#ceadf9
a light, electric violet · warm · closest name: plum
RGB
206, 173, 249
HSL
266°, 86%, 83%
CMYK
17, 31, 0, 2
Luminance
0.4985
Every format
| HEX | #ceadf9 |
| RGB | rgb(206, 173, 249) |
| HSL | hsl(266, 86%, 83%) |
| CMYK | cmyk(17%, 31%, 0%, 2%) |
| LAB | lab(76.0 26.4 -33.3) |
| LCH | lch(76.0 42.5 308.4) |
| OKLCH | oklch(0.803 0.111 303.9) |
Copy-ready code
/* CSS */
color: #ceadf9;
background-color: #ceadf9;
/* Tailwind (arbitrary) */
class="text-[#ceadf9] bg-[#ceadf9]"
/* SCSS */
$brand: #ceadf9;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.976)
/* Android */
Color.parseColor("#ceadf9")Accessibility — WCAG contrast
Aa
#ceadf9 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadf9 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta30.5%
Yellow0.0%
Key (black)2.4%
Color previews
#ceadf9 text on a black background
contrast 10.97:1
Card sample
#ceadf9 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadf9;
Background color
Panel with #ceadf9 background
background-color: #ceadf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadf9; background: linear-gradient(135deg, #ceadf9, #F9ADF1);