#ceacf2
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 242
HSL
269°, 73%, 81%
CMYK
15, 29, 0, 5
Luminance
0.4904
Every format
| HEX | #ceacf2 |
| RGB | rgb(206, 172, 242) |
| HSL | hsl(269, 73%, 81%) |
| CMYK | cmyk(15%, 29%, 0%, 5%) |
| LAB | lab(75.5 25.4 -30.3) |
| LCH | lch(75.5 39.6 310.0) |
| OKLCH | oklch(0.798 0.103 306.4) |
Copy-ready code
/* CSS */
color: #ceacf2;
background-color: #ceacf2;
/* Tailwind (arbitrary) */
class="text-[#ceacf2] bg-[#ceacf2]"
/* SCSS */
$brand: #ceacf2;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#ceacf2")Accessibility — WCAG contrast
Aa
#ceacf2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacf2 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue94.9%
CMYK percentages
Cyan14.9%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#ceacf2 text on a black background
contrast 10.81:1
Card sample
#ceacf2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacf2;
Background color
Panel with #ceacf2 background
background-color: #ceacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacf2; background: linear-gradient(135deg, #ceacf2, #F2ACE7);