#ceade8
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 232
HSL
274°, 56%, 79%
CMYK
11, 25, 0, 9
Luminance
0.4884
Every format
| HEX | #ceade8 |
| RGB | rgb(206, 173, 232) |
| HSL | hsl(274, 56%, 79%) |
| CMYK | cmyk(11%, 25%, 0%, 9%) |
| LAB | lab(75.3 22.8 -25.1) |
| LCH | lch(75.3 33.9 312.3) |
| OKLCH | oklch(0.796 0.089 309.8) |
Copy-ready code
/* CSS */
color: #ceade8;
background-color: #ceade8;
/* Tailwind (arbitrary) */
class="text-[#ceade8] bg-[#ceade8]"
/* SCSS */
$brand: #ceade8;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#ceade8")Accessibility — WCAG contrast
Aa
#ceade8 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceade8 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue91.0%
CMYK percentages
Cyan11.2%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#ceade8 text on a black background
contrast 10.77:1
Card sample
#ceade8 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceade8;
Background color
Panel with #ceade8 background
background-color: #ceade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceade8; background: linear-gradient(135deg, #ceade8, #E8ADDB);