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