#ceacfe
a light, electric violet · warm · closest name: plum
RGB
206, 172, 254
HSL
265°, 98%, 84%
CMYK
19, 32, 0, 0
Luminance
0.4978
Every format
| HEX | #ceacfe |
| RGB | rgb(206, 172, 254) |
| HSL | hsl(265, 98%, 84%) |
| CMYK | cmyk(19%, 32%, 0%, 0%) |
| LAB | lab(75.9 28.1 -36.1) |
| LCH | lch(75.9 45.7 307.9) |
| OKLCH | oklch(0.804 0.118 302.9) |
Copy-ready code
/* CSS */
color: #ceacfe;
background-color: #ceacfe;
/* Tailwind (arbitrary) */
class="text-[#ceacfe] bg-[#ceacfe]"
/* SCSS */
$brand: #ceacfe;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#ceacfe")Accessibility — WCAG contrast
Aa
#ceacfe on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacfe on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ceacfe text on a black background
contrast 10.96:1
Card sample
#ceacfe text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacfe;
Background color
Panel with #ceacfe background
background-color: #ceacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacfe; background: linear-gradient(135deg, #ceacfe, #FEACF7);