#ceade9
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 233
HSL
273°, 58%, 80%
CMYK
12, 26, 0, 9
Luminance
0.4889
Every format
| HEX | #ceade9 |
| RGB | rgb(206, 173, 233) |
| HSL | hsl(273, 58%, 80%) |
| CMYK | cmyk(12%, 26%, 0%, 9%) |
| LAB | lab(75.4 23.0 -25.6) |
| LCH | lch(75.4 34.4 312.0) |
| OKLCH | oklch(0.797 0.090 309.4) |
Copy-ready code
/* CSS */
color: #ceade9;
background-color: #ceade9;
/* Tailwind (arbitrary) */
class="text-[#ceade9] bg-[#ceade9]"
/* SCSS */
$brand: #ceade9;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#ceade9")Accessibility — WCAG contrast
Aa
#ceade9 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceade9 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue91.4%
CMYK percentages
Cyan11.6%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#ceade9 text on a black background
contrast 10.78:1
Card sample
#ceade9 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceade9;
Background color
Panel with #ceade9 background
background-color: #ceade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceade9; background: linear-gradient(135deg, #ceade9, #E9ADDC);