#cebdee
a light, vivid violet · warm · closest name: plum
RGB
206, 189, 238
HSL
261°, 59%, 84%
CMYK
13, 21, 0, 7
Luminance
0.5569
Every format
| HEX | #cebdee |
| RGB | rgb(206, 189, 238) |
| HSL | hsl(261, 59%, 84%) |
| CMYK | cmyk(13%, 21%, 0%, 7%) |
| LAB | lab(79.4 15.3 -22.1) |
| LCH | lch(79.4 26.9 304.8) |
| OKLCH | oklch(0.829 0.070 300.7) |
Copy-ready code
/* CSS */
color: #cebdee;
background-color: #cebdee;
/* Tailwind (arbitrary) */
class="text-[#cebdee] bg-[#cebdee]"
/* SCSS */
$brand: #cebdee;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#cebdee")Accessibility — WCAG contrast
Aa
#cebdee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdee on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cebdee text on a black background
contrast 12.14:1
Card sample
#cebdee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdee;
Background color
Panel with #cebdee background
background-color: #cebdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdee; background: linear-gradient(135deg, #cebdee, #EEBDED);