#ce9af5
a light, electric violet · warm · closest name: plum
RGB
206, 154, 245
HSL
274°, 82%, 78%
CMYK
16, 37, 0, 4
Luminance
0.4283
Every format
| HEX | #ce9af5 |
| RGB | rgb(206, 154, 245) |
| HSL | hsl(274, 82%, 78%) |
| CMYK | cmyk(16%, 37%, 0%, 4%) |
| LAB | lab(71.4 35.9 -38.2) |
| LCH | lch(71.4 52.4 313.2) |
| OKLCH | oklch(0.768 0.137 309.7) |
Copy-ready code
/* CSS */
color: #ce9af5;
background-color: #ce9af5;
/* Tailwind (arbitrary) */
class="text-[#ce9af5] bg-[#ce9af5]"
/* SCSS */
$brand: #ce9af5;
/* SwiftUI */
Color(red: 0.808, green: 0.604, blue: 0.961)
/* Android */
Color.parseColor("#ce9af5")Accessibility — WCAG contrast
Aa
#ce9af5 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9af5 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.4%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta37.1%
Yellow0.0%
Key (black)3.9%
Color previews
#ce9af5 text on a black background
contrast 9.57:1
Card sample
#ce9af5 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9af5;
Background color
Panel with #ce9af5 background
background-color: #ce9af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 154, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 154, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9af5; background: linear-gradient(135deg, #ce9af5, #F59ADF);