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