#ceacec
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 236
HSL
272°, 63%, 80%
CMYK
13, 27, 0, 8
Luminance
0.4868
Every format
| HEX | #ceacec |
| RGB | rgb(206, 172, 236) |
| HSL | hsl(272, 63%, 80%) |
| CMYK | cmyk(13%, 27%, 0%, 8%) |
| LAB | lab(75.3 24.2 -27.4) |
| LCH | lch(75.3 36.6 311.4) |
| OKLCH | oklch(0.796 0.096 308.5) |
Copy-ready code
/* CSS */
color: #ceacec;
background-color: #ceacec;
/* Tailwind (arbitrary) */
class="text-[#ceacec] bg-[#ceacec]"
/* SCSS */
$brand: #ceacec;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#ceacec")Accessibility — WCAG contrast
Aa
#ceacec on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacec on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#ceacec text on a black background
contrast 10.74:1
Card sample
#ceacec text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacec;
Background color
Panel with #ceacec background
background-color: #ceacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacec; background: linear-gradient(135deg, #ceacec, #ECACDF);