#cebdfe
a pale, electric violet · warm · closest name: plum
RGB
206, 189, 254
HSL
256°, 97%, 87%
CMYK
19, 26, 0, 0
Luminance
0.5667
Every format
| HEX | #cebdfe |
| RGB | rgb(206, 189, 254) |
| HSL | hsl(256, 97%, 87%) |
| CMYK | cmyk(19%, 26%, 0%, 0%) |
| LAB | lab(80.0 18.8 -29.8) |
| LCH | lch(80.0 35.3 302.2) |
| OKLCH | oklch(0.835 0.091 296.4) |
Copy-ready code
/* CSS */
color: #cebdfe;
background-color: #cebdfe;
/* Tailwind (arbitrary) */
class="text-[#cebdfe] bg-[#cebdfe]"
/* SCSS */
$brand: #cebdfe;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#cebdfe")Accessibility — WCAG contrast
Aa
#cebdfe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdfe on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cebdfe text on a black background
contrast 12.33:1
Card sample
#cebdfe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdfe;
Background color
Panel with #cebdfe background
background-color: #cebdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdfe; background: linear-gradient(135deg, #cebdfe, #F9BDFE);