#d09afb
a light, electric violet · warm · closest name: violet
RGB
208, 154, 251
HSL
273°, 92%, 79%
CMYK
17, 39, 0, 2
Luminance
0.4349
Every format
| HEX | #d09afb |
| RGB | rgb(208, 154, 251) |
| HSL | hsl(273, 92%, 79%) |
| CMYK | cmyk(17%, 39%, 0%, 2%) |
| LAB | lab(71.9 37.8 -40.8) |
| LCH | lch(71.9 55.6 312.8) |
| OKLCH | oklch(0.773 0.145 308.9) |
Copy-ready code
/* CSS */
color: #d09afb;
background-color: #d09afb;
/* Tailwind (arbitrary) */
class="text-[#d09afb] bg-[#d09afb]"
/* SCSS */
$brand: #d09afb;
/* SwiftUI */
Color(red: 0.816, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#d09afb")Accessibility — WCAG contrast
Aa
#d09afb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09afb on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.4%
Blue98.4%
CMYK percentages
Cyan17.1%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#d09afb text on a black background
contrast 9.70:1
Card sample
#d09afb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09afb;
Background color
Panel with #d09afb background
background-color: #d09afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09afb; background: linear-gradient(135deg, #d09afb, #FB9AE5);