#ceacea
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 234
HSL
273°, 60%, 80%
CMYK
12, 27, 0, 8
Luminance
0.4857
Every format
| HEX | #ceacea |
| RGB | rgb(206, 172, 234) |
| HSL | hsl(273, 60%, 80%) |
| CMYK | cmyk(12%, 27%, 0%, 8%) |
| LAB | lab(75.2 23.8 -26.4) |
| LCH | lch(75.2 35.5 312.0) |
| OKLCH | oklch(0.795 0.093 309.3) |
Copy-ready code
/* CSS */
color: #ceacea;
background-color: #ceacea;
/* Tailwind (arbitrary) */
class="text-[#ceacea] bg-[#ceacea]"
/* SCSS */
$brand: #ceacea;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#ceacea")Accessibility — WCAG contrast
Aa
#ceacea on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacea on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue91.8%
CMYK percentages
Cyan12.0%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#ceacea text on a black background
contrast 10.71:1
Card sample
#ceacea text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacea;
Background color
Panel with #ceacea background
background-color: #ceacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacea; background: linear-gradient(135deg, #ceacea, #EAACDD);