#ceade5
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 229
HSL
275°, 52%, 79%
CMYK
10, 25, 0, 10
Luminance
0.4867
Every format
| HEX | #ceade5 |
| RGB | rgb(206, 173, 229) |
| HSL | hsl(275, 52%, 79%) |
| CMYK | cmyk(10%, 25%, 0%, 10%) |
| LAB | lab(75.2 22.2 -23.6) |
| LCH | lch(75.2 32.4 313.2) |
| OKLCH | oklch(0.795 0.085 311.1) |
Copy-ready code
/* CSS */
color: #ceade5;
background-color: #ceade5;
/* Tailwind (arbitrary) */
class="text-[#ceade5] bg-[#ceade5]"
/* SCSS */
$brand: #ceade5;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.898)
/* Android */
Color.parseColor("#ceade5")Accessibility — WCAG contrast
Aa
#ceade5 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceade5 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue89.8%
CMYK percentages
Cyan10.0%
Magenta24.5%
Yellow0.0%
Key (black)10.2%
Color previews
#ceade5 text on a black background
contrast 10.73:1
Card sample
#ceade5 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceade5;
Background color
Panel with #ceade5 background
background-color: #ceade5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceade5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceade5; background: linear-gradient(135deg, #ceade5, #E5ADD7);