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