#cebdf1
a light, vivid violet · warm · closest name: plum
RGB
206, 189, 241
HSL
260°, 65%, 84%
CMYK
15, 22, 0, 6
Luminance
0.5587
Every format
| HEX | #cebdf1 |
| RGB | rgb(206, 189, 241) |
| HSL | hsl(260, 65%, 84%) |
| CMYK | cmyk(15%, 22%, 0%, 6%) |
| LAB | lab(79.5 16.0 -23.6) |
| LCH | lch(79.5 28.5 304.1) |
| OKLCH | oklch(0.830 0.074 299.7) |
Copy-ready code
/* CSS */
color: #cebdf1;
background-color: #cebdf1;
/* Tailwind (arbitrary) */
class="text-[#cebdf1] bg-[#cebdf1]"
/* SCSS */
$brand: #cebdf1;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#cebdf1")Accessibility — WCAG contrast
Aa
#cebdf1 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdf1 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#cebdf1 text on a black background
contrast 12.17:1
Card sample
#cebdf1 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdf1;
Background color
Panel with #cebdf1 background
background-color: #cebdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdf1; background: linear-gradient(135deg, #cebdf1, #F1BDF1);