#d09cef
a light, vivid violet · warm · closest name: plum
RGB
208, 156, 239
HSL
278°, 72%, 78%
CMYK
13, 35, 0, 6
Luminance
0.4342
Every format
| HEX | #d09cef |
| RGB | rgb(208, 156, 239) |
| HSL | hsl(278, 72%, 78%) |
| CMYK | cmyk(13%, 35%, 0%, 6%) |
| LAB | lab(71.8 34.2 -34.3) |
| LCH | lch(71.8 48.4 314.9) |
| OKLCH | oklch(0.771 0.127 312.3) |
Copy-ready code
/* CSS */
color: #d09cef;
background-color: #d09cef;
/* Tailwind (arbitrary) */
class="text-[#d09cef] bg-[#d09cef]"
/* SCSS */
$brand: #d09cef;
/* SwiftUI */
Color(red: 0.816, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#d09cef")Accessibility — WCAG contrast
Aa
#d09cef on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09cef on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green61.2%
Blue93.7%
CMYK percentages
Cyan13.0%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#d09cef text on a black background
contrast 9.68:1
Card sample
#d09cef text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09cef;
Background color
Panel with #d09cef background
background-color: #d09cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09cef; background: linear-gradient(135deg, #d09cef, #EF9CD7);