#ceadf4
a light, electric violet · warm · closest name: plum
RGB
206, 173, 244
HSL
268°, 76%, 82%
CMYK
16, 29, 0, 4
Luminance
0.4954
Every format
| HEX | #ceadf4 |
| RGB | rgb(206, 173, 244) |
| HSL | hsl(268, 76%, 82%) |
| CMYK | cmyk(16%, 29%, 0%, 4%) |
| LAB | lab(75.8 25.3 -30.9) |
| LCH | lch(75.8 40.0 309.3) |
| OKLCH | oklch(0.801 0.104 305.4) |
Copy-ready code
/* CSS */
color: #ceadf4;
background-color: #ceadf4;
/* Tailwind (arbitrary) */
class="text-[#ceadf4] bg-[#ceadf4]"
/* SCSS */
$brand: #ceadf4;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#ceadf4")Accessibility — WCAG contrast
Aa
#ceadf4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadf4 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#ceadf4 text on a black background
contrast 10.91:1
Card sample
#ceadf4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadf4;
Background color
Panel with #ceadf4 background
background-color: #ceadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadf4; background: linear-gradient(135deg, #ceadf4, #F4ADEB);