#d09fe2
a light, vivid violet · warm · closest name: plum
RGB
208, 159, 226
HSL
284°, 54%, 76%
CMYK
8, 30, 0, 11
Luminance
0.4370
Every format
| HEX | #d09fe2 |
| RGB | rgb(208, 159, 226) |
| HSL | hsl(284, 54%, 76%) |
| CMYK | cmyk(8%, 30%, 0%, 11%) |
| LAB | lab(72.0 29.9 -26.9) |
| LCH | lch(72.0 40.2 318.0) |
| OKLCH | oklch(0.771 0.107 316.8) |
Copy-ready code
/* CSS */
color: #d09fe2;
background-color: #d09fe2;
/* Tailwind (arbitrary) */
class="text-[#d09fe2] bg-[#d09fe2]"
/* SCSS */
$brand: #d09fe2;
/* SwiftUI */
Color(red: 0.816, green: 0.624, blue: 0.886)
/* Android */
Color.parseColor("#d09fe2")Accessibility — WCAG contrast
Aa
#d09fe2 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09fe2 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green62.4%
Blue88.6%
CMYK percentages
Cyan8.0%
Magenta29.6%
Yellow0.0%
Key (black)11.4%
Color previews
#d09fe2 text on a black background
contrast 9.74:1
Card sample
#d09fe2 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09fe2;
Background color
Panel with #d09fe2 background
background-color: #d09fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 159, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 159, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09fe2; background: linear-gradient(135deg, #d09fe2, #E29FC7);