#ceadf3
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 243
HSL
268°, 75%, 82%
CMYK
15, 29, 0, 5
Luminance
0.4948
Every format
| HEX | #ceadf3 |
| RGB | rgb(206, 173, 243) |
| HSL | hsl(268, 75%, 82%) |
| CMYK | cmyk(15%, 29%, 0%, 5%) |
| LAB | lab(75.8 25.1 -30.4) |
| LCH | lch(75.8 39.5 309.5) |
| OKLCH | oklch(0.801 0.103 305.7) |
Copy-ready code
/* CSS */
color: #ceadf3;
background-color: #ceadf3;
/* Tailwind (arbitrary) */
class="text-[#ceadf3] bg-[#ceadf3]"
/* SCSS */
$brand: #ceadf3;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.953)
/* Android */
Color.parseColor("#ceadf3")Accessibility — WCAG contrast
Aa
#ceadf3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadf3 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta28.8%
Yellow0.0%
Key (black)4.7%
Color previews
#ceadf3 text on a black background
contrast 10.90:1
Card sample
#ceadf3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadf3;
Background color
Panel with #ceadf3 background
background-color: #ceadf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadf3; background: linear-gradient(135deg, #ceadf3, #F3ADE9);