#ceacf3
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 243
HSL
269°, 75%, 81%
CMYK
15, 29, 0, 5
Luminance
0.4910
Every format
| HEX | #ceacf3 |
| RGB | rgb(206, 172, 243) |
| HSL | hsl(269, 75%, 81%) |
| CMYK | cmyk(15%, 29%, 0%, 5%) |
| LAB | lab(75.5 25.7 -30.8) |
| LCH | lch(75.5 40.1 309.8) |
| OKLCH | oklch(0.799 0.104 306.0) |
Copy-ready code
/* CSS */
color: #ceacf3;
background-color: #ceacf3;
/* Tailwind (arbitrary) */
class="text-[#ceacf3] bg-[#ceacf3]"
/* SCSS */
$brand: #ceacf3;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#ceacf3")Accessibility — WCAG contrast
Aa
#ceacf3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacf3 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#ceacf3 text on a black background
contrast 10.82:1
Card sample
#ceacf3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacf3;
Background color
Panel with #ceacf3 background
background-color: #ceacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacf3; background: linear-gradient(135deg, #ceacf3, #F3ACE9);