#d09cfc
a light, electric violet · warm · closest name: plum
RGB
208, 156, 252
HSL
273°, 94%, 80%
CMYK
18, 38, 0, 1
Luminance
0.4422
Every format
| HEX | #d09cfc |
| RGB | rgb(208, 156, 252) |
| HSL | hsl(273, 94%, 80%) |
| CMYK | cmyk(18%, 38%, 0%, 1%) |
| LAB | lab(72.4 36.9 -40.5) |
| LCH | lch(72.4 54.8 312.3) |
| OKLCH | oklch(0.777 0.143 308.3) |
Copy-ready code
/* CSS */
color: #d09cfc;
background-color: #d09cfc;
/* Tailwind (arbitrary) */
class="text-[#d09cfc] bg-[#d09cfc]"
/* SCSS */
$brand: #d09cfc;
/* SwiftUI */
Color(red: 0.816, green: 0.612, blue: 0.988)
/* Android */
Color.parseColor("#d09cfc")Accessibility — WCAG contrast
Aa
#d09cfc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09cfc on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green61.2%
Blue98.8%
CMYK percentages
Cyan17.5%
Magenta38.1%
Yellow0.0%
Key (black)1.2%
Color previews
#d09cfc text on a black background
contrast 9.84:1
Card sample
#d09cfc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09cfc;
Background color
Panel with #d09cfc background
background-color: #d09cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 156, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 156, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09cfc; background: linear-gradient(135deg, #d09cfc, #FC9CE8);