#cebef9
a pale, electric violet · warm · closest name: plum
RGB
206, 190, 249
HSL
256°, 83%, 86%
CMYK
17, 24, 0, 2
Luminance
0.5679
Every format
| HEX | #cebef9 |
| RGB | rgb(206, 190, 249) |
| HSL | hsl(256, 83%, 86%) |
| CMYK | cmyk(17%, 24%, 0%, 2%) |
| LAB | lab(80.1 17.1 -27.1) |
| LCH | lch(80.1 32.0 302.4) |
| OKLCH | oklch(0.835 0.083 297.0) |
Copy-ready code
/* CSS */
color: #cebef9;
background-color: #cebef9;
/* Tailwind (arbitrary) */
class="text-[#cebef9] bg-[#cebef9]"
/* SCSS */
$brand: #cebef9;
/* SwiftUI */
Color(red: 0.808, green: 0.745, blue: 0.976)
/* Android */
Color.parseColor("#cebef9")Accessibility — WCAG contrast
Aa
#cebef9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebef9 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.5%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta23.7%
Yellow0.0%
Key (black)2.4%
Color previews
#cebef9 text on a black background
contrast 12.36:1
Card sample
#cebef9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebef9;
Background color
Panel with #cebef9 background
background-color: #cebef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 190, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 190, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebef9; background: linear-gradient(135deg, #cebef9, #F5BEF9);