#cea6f7
a light, electric violet · warm · closest name: plum
RGB
206, 166, 247
HSL
270°, 84%, 81%
CMYK
17, 33, 0, 3
Luminance
0.4711
Every format
| HEX | #cea6f7 |
| RGB | rgb(206, 166, 247) |
| HSL | hsl(270, 84%, 81%) |
| CMYK | cmyk(17%, 33%, 0%, 3%) |
| LAB | lab(74.3 29.8 -34.9) |
| LCH | lch(74.3 45.9 310.5) |
| OKLCH | oklch(0.790 0.120 306.5) |
Copy-ready code
/* CSS */
color: #cea6f7;
background-color: #cea6f7;
/* Tailwind (arbitrary) */
class="text-[#cea6f7] bg-[#cea6f7]"
/* SCSS */
$brand: #cea6f7;
/* SwiftUI */
Color(red: 0.808, green: 0.651, blue: 0.969)
/* Android */
Color.parseColor("#cea6f7")Accessibility — WCAG contrast
Aa
#cea6f7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea6f7 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.1%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta32.8%
Yellow0.0%
Key (black)3.1%
Color previews
#cea6f7 text on a black background
contrast 10.42:1
Card sample
#cea6f7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea6f7;
Background color
Panel with #cea6f7 background
background-color: #cea6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 166, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 166, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea6f7; background: linear-gradient(135deg, #cea6f7, #F7A6EA);