#ceacf0
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 240
HSL
270°, 69%, 81%
CMYK
14, 28, 0, 6
Luminance
0.4892
Every format
| HEX | #ceacf0 |
| RGB | rgb(206, 172, 240) |
| HSL | hsl(270, 69%, 81%) |
| CMYK | cmyk(14%, 28%, 0%, 6%) |
| LAB | lab(75.4 25.0 -29.4) |
| LCH | lch(75.4 38.6 310.5) |
| OKLCH | oklch(0.798 0.101 307.0) |
Copy-ready code
/* CSS */
color: #ceacf0;
background-color: #ceacf0;
/* Tailwind (arbitrary) */
class="text-[#ceacf0] bg-[#ceacf0]"
/* SCSS */
$brand: #ceacf0;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.941)
/* Android */
Color.parseColor("#ceacf0")Accessibility — WCAG contrast
Aa
#ceacf0 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacf0 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta28.3%
Yellow0.0%
Key (black)5.9%
Color previews
#ceacf0 text on a black background
contrast 10.78:1
Card sample
#ceacf0 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacf0;
Background color
Panel with #ceacf0 background
background-color: #ceacf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacf0; background: linear-gradient(135deg, #ceacf0, #F0ACE5);