#ce9af3
a light, electric violet · warm · closest name: plum
RGB
206, 154, 243
HSL
275°, 79%, 78%
CMYK
15, 37, 0, 5
Luminance
0.4270
Every format
| HEX | #ce9af3 |
| RGB | rgb(206, 154, 243) |
| HSL | hsl(275, 79%, 78%) |
| CMYK | cmyk(15%, 37%, 0%, 5%) |
| LAB | lab(71.3 35.5 -37.2) |
| LCH | lch(71.3 51.4 313.6) |
| OKLCH | oklch(0.767 0.135 310.3) |
Copy-ready code
/* CSS */
color: #ce9af3;
background-color: #ce9af3;
/* Tailwind (arbitrary) */
class="text-[#ce9af3] bg-[#ce9af3]"
/* SCSS */
$brand: #ce9af3;
/* SwiftUI */
Color(red: 0.808, green: 0.604, blue: 0.953)
/* Android */
Color.parseColor("#ce9af3")Accessibility — WCAG contrast
Aa
#ce9af3 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9af3 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.4%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta36.6%
Yellow0.0%
Key (black)4.7%
Color previews
#ce9af3 text on a black background
contrast 9.54:1
Card sample
#ce9af3 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9af3;
Background color
Panel with #ce9af3 background
background-color: #ce9af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 154, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 154, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9af3; background: linear-gradient(135deg, #ce9af3, #F39ADD);