#cebdf3
a light, vivid violet · warm · closest name: plum
RGB
206, 189, 243
HSL
259°, 69%, 85%
CMYK
15, 22, 0, 5
Luminance
0.5599
Every format
| HEX | #cebdf3 |
| RGB | rgb(206, 189, 243) |
| HSL | hsl(259, 69%, 85%) |
| CMYK | cmyk(15%, 22%, 0%, 5%) |
| LAB | lab(79.6 16.4 -24.5) |
| LCH | lch(79.6 29.5 303.8) |
| OKLCH | oklch(0.831 0.077 299.1) |
Copy-ready code
/* CSS */
color: #cebdf3;
background-color: #cebdf3;
/* Tailwind (arbitrary) */
class="text-[#cebdf3] bg-[#cebdf3]"
/* SCSS */
$brand: #cebdf3;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#cebdf3")Accessibility — WCAG contrast
Aa
#cebdf3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdf3 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cebdf3 text on a black background
contrast 12.20:1
Card sample
#cebdf3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdf3;
Background color
Panel with #cebdf3 background
background-color: #cebdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdf3; background: linear-gradient(135deg, #cebdf3, #F2BDF3);