#d09afe
a light, electric violet · warm · closest name: violet
RGB
208, 154, 254
HSL
272°, 98%, 80%
CMYK
18, 39, 0, 0
Luminance
0.4368
Every format
| HEX | #d09afe |
| RGB | rgb(208, 154, 254) |
| HSL | hsl(272, 98%, 80%) |
| CMYK | cmyk(18%, 39%, 0%, 0%) |
| LAB | lab(72.0 38.4 -42.2) |
| LCH | lch(72.0 57.1 312.3) |
| OKLCH | oklch(0.774 0.149 308.1) |
Copy-ready code
/* CSS */
color: #d09afe;
background-color: #d09afe;
/* Tailwind (arbitrary) */
class="text-[#d09afe] bg-[#d09afe]"
/* SCSS */
$brand: #d09afe;
/* SwiftUI */
Color(red: 0.816, green: 0.604, blue: 0.996)
/* Android */
Color.parseColor("#d09afe")Accessibility — WCAG contrast
Aa
#d09afe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09afe on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.4%
Blue99.6%
CMYK percentages
Cyan18.1%
Magenta39.4%
Yellow0.0%
Key (black)0.4%
Color previews
#d09afe text on a black background
contrast 9.74:1
Card sample
#d09afe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09afe;
Background color
Panel with #d09afe background
background-color: #d09afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 154, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 154, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09afe; background: linear-gradient(135deg, #d09afe, #FE9AE9);