#ceadf2
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 242
HSL
269°, 73%, 81%
CMYK
15, 29, 0, 5
Luminance
0.4942
Every format
| HEX | #ceadf2 |
| RGB | rgb(206, 173, 242) |
| HSL | hsl(269, 73%, 81%) |
| CMYK | cmyk(15%, 29%, 0%, 5%) |
| LAB | lab(75.7 24.9 -30.0) |
| LCH | lch(75.7 39.0 309.7) |
| OKLCH | oklch(0.800 0.102 306.1) |
Copy-ready code
/* CSS */
color: #ceadf2;
background-color: #ceadf2;
/* Tailwind (arbitrary) */
class="text-[#ceadf2] bg-[#ceadf2]"
/* SCSS */
$brand: #ceadf2;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.949)
/* Android */
Color.parseColor("#ceadf2")Accessibility — WCAG contrast
Aa
#ceadf2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadf2 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue94.9%
CMYK percentages
Cyan14.9%
Magenta28.5%
Yellow0.0%
Key (black)5.1%
Color previews
#ceadf2 text on a black background
contrast 10.88:1
Card sample
#ceadf2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadf2;
Background color
Panel with #ceadf2 background
background-color: #ceadf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadf2; background: linear-gradient(135deg, #ceadf2, #F2ADE8);