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