CSS named colour

Pale Violet Red

#db7093

A CSS named colour: palevioletred is valid anywhere a colour is expected.

RGB
rgb(219 112 147)
HSL
340°, 60%, 65%
OKLCh
67.8% 0.138 0.7

Open in the picker

Pale Violet Red in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#db7093
RGBrgb(219 112 147)
RGB legacyrgb(219, 112, 147)
RGB percentrgb(85.88% 43.92% 57.65%)
HSLhsl(340.4 59.8% 64.9%)
HSL legacyhsl(340.4, 59.8%, 64.9%)
HSV / HSBhsv(340.4, 48.9%, 85.9%)
HWBhwb(340.4 43.9% 14.1%)
Nearest namepalevioletred
CMYKcmyk(0%, 48.9%, 32.9%, 14.1%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(67.792% 0.13822 0.681)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(67.792% 0.13821 0.00164)
CIE LChlch(60.91% 45.416 1.529)
CIE Lablab(60.91% 45.4 1.212)
Display P3color(display-p3 0.8044 0.4616 0.5744)
Rec. 2020color(rec2020 0.7129 0.435 0.5277)
srgb-linearcolor(srgb-linear 0.7084 0.162 0.2918)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.4027 0.2876 0.3103)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.859, 0.439, 0.576)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.708, 0.162, 0.292)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.859, 0.439, 0.576, 1.0)
GLSL vec4 — linearvec4(0.708, 0.162, 0.292, 1.0)
GLSL ivec3ivec3(219, 112, 147)
HLSL float3 — sRGBfloat3(0.859, 0.439, 0.576)
HLSL float3 — linearfloat3(0.708, 0.162, 0.292)
HLSL float4 — sRGBfloat4(0.859, 0.439, 0.576, 1.0)
HLSL half4 — sRGBhalf4(0.859, 0.439, 0.576, 1.0)
WGSL vec3f — sRGBvec3f(0.859, 0.439, 0.576)
WGSL vec4f — sRGBvec4f(0.859, 0.439, 0.576, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.708, 0.162, 0.292)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.859f, 0.439f, 0.576f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(219, 112, 147, 255)
Unreal FLinearColorFLinearColor(0.7084f, 0.162f, 0.2918f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(219, 112, 147, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.859, 0.439, 0.576, 1)
Flutter ColorColor(0xFFDB7093)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(219, 112, 147)
SwiftUI ColorColor(red: 0.859, green: 0.439, blue: 0.576)
UIKit UIColorUIColor(red: 0.859, green: 0.439, blue: 0.576, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xDB7093
0x hex (ARGB)0xFFDB7093
Array 0–1[0.859, 0.439, 0.576]
Array 0–255[219, 112, 147]
Decimal integer14381203

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Pale Violet Red on white3.11:1AA LargeLc 58Large headings only
Pale Violet Red on black6.75:1AALc 44Non-text elements only

Pale Violet Red text on a white background

Pale Violet Red text on a black background

White text on Pale Violet Red

Black text on Pale Violet Red

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#ffeef6
  • 100#ffe0eb
  • 200#ffc6d9
  • 300#ffa3c1
  • 400#ed83a5
  • 500#cd6387
  • 600#ae4b6d
  • 700#913657
  • 800#772544
  • 900#621735
  • 950#3f021d

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#e388a4
  • Tint 2#eba0b6
  • Tint 3#f1b8c8
  • Tint 4#f7d0da
  • Tint 5#fce7ec
  • Shade 1#ac5672
  • Shade 2#7e3e53
  • Shade 3#542736
  • Shade 4#2d121b
  • Shade 5#0b0204

Colours that work with Pale Violet Red

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #00b29c
  • #8ca434
  • #33a1e4
  • #c776bf
  • #e07462

Closest CSS names

  • palevioletredexact match
  • lightcoralΔEok 0.068
  • hotpinkΔEok 0.081
  • indianredΔEok 0.082
  • rosybrownΔEok 0.089
  • salmonΔEok 0.090