#ceadeb
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 235
HSL
272°, 61%, 80%
CMYK
12, 26, 0, 8
Luminance
0.4901
Every format
| HEX | #ceadeb |
| RGB | rgb(206, 173, 235) |
| HSL | hsl(272, 61%, 80%) |
| CMYK | cmyk(12%, 26%, 0%, 8%) |
| LAB | lab(75.5 23.4 -26.6) |
| LCH | lch(75.5 35.4 311.4) |
| OKLCH | oklch(0.797 0.093 308.6) |
Copy-ready code
/* CSS */
color: #ceadeb;
background-color: #ceadeb;
/* Tailwind (arbitrary) */
class="text-[#ceadeb] bg-[#ceadeb]"
/* SCSS */
$brand: #ceadeb;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#ceadeb")Accessibility — WCAG contrast
Aa
#ceadeb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadeb on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ceadeb text on a black background
contrast 10.80:1
Card sample
#ceadeb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadeb;
Background color
Panel with #ceadeb background
background-color: #ceadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadeb; background: linear-gradient(135deg, #ceadeb, #EBADDF);