#ceadf8
a light, electric violet · warm · closest name: plum
RGB
206, 173, 248
HSL
266°, 84%, 83%
CMYK
17, 30, 0, 3
Luminance
0.4979
Every format
| HEX | #ceadf8 |
| RGB | rgb(206, 173, 248) |
| HSL | hsl(266, 84%, 83%) |
| CMYK | cmyk(17%, 30%, 0%, 3%) |
| LAB | lab(75.9 26.2 -32.9) |
| LCH | lch(75.9 42.0 308.6) |
| OKLCH | oklch(0.803 0.109 304.2) |
Copy-ready code
/* CSS */
color: #ceadf8;
background-color: #ceadf8;
/* Tailwind (arbitrary) */
class="text-[#ceadf8] bg-[#ceadf8]"
/* SCSS */
$brand: #ceadf8;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.973)
/* Android */
Color.parseColor("#ceadf8")Accessibility — WCAG contrast
Aa
#ceadf8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadf8 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta30.2%
Yellow0.0%
Key (black)2.7%
Color previews
#ceadf8 text on a black background
contrast 10.96:1
Card sample
#ceadf8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadf8;
Background color
Panel with #ceadf8 background
background-color: #ceadf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadf8; background: linear-gradient(135deg, #ceadf8, #F8ADF0);