#ceacf8
a light, electric violet · warm · closest name: plum
RGB
206, 172, 248
HSL
267°, 84%, 82%
CMYK
17, 31, 0, 3
Luminance
0.4940
Every format
| HEX | #ceacf8 |
| RGB | rgb(206, 172, 248) |
| HSL | hsl(267, 84%, 82%) |
| CMYK | cmyk(17%, 31%, 0%, 3%) |
| LAB | lab(75.7 26.7 -33.2) |
| LCH | lch(75.7 42.6 308.8) |
| OKLCH | oklch(0.801 0.111 304.5) |
Copy-ready code
/* CSS */
color: #ceacf8;
background-color: #ceacf8;
/* Tailwind (arbitrary) */
class="text-[#ceacf8] bg-[#ceacf8]"
/* SCSS */
$brand: #ceacf8;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.973)
/* Android */
Color.parseColor("#ceacf8")Accessibility — WCAG contrast
Aa
#ceacf8 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacf8 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta30.6%
Yellow0.0%
Key (black)2.7%
Color previews
#ceacf8 text on a black background
contrast 10.88:1
Card sample
#ceacf8 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacf8;
Background color
Panel with #ceacf8 background
background-color: #ceacf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacf8; background: linear-gradient(135deg, #ceacf8, #F8ACEF);