#cebdfb
a pale, electric violet · warm · closest name: plum
RGB
206, 189, 251
HSL
257°, 89%, 86%
CMYK
18, 25, 0, 2
Luminance
0.5648
Every format
| HEX | #cebdfb |
| RGB | rgb(206, 189, 251) |
| HSL | hsl(257, 89%, 86%) |
| CMYK | cmyk(18%, 25%, 0%, 2%) |
| LAB | lab(79.9 18.1 -28.4) |
| LCH | lch(79.9 33.7 302.5) |
| OKLCH | oklch(0.834 0.087 297.0) |
Copy-ready code
/* CSS */
color: #cebdfb;
background-color: #cebdfb;
/* Tailwind (arbitrary) */
class="text-[#cebdfb] bg-[#cebdfb]"
/* SCSS */
$brand: #cebdfb;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#cebdfb")Accessibility — WCAG contrast
Aa
#cebdfb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdfb on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cebdfb text on a black background
contrast 12.30:1
Card sample
#cebdfb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdfb;
Background color
Panel with #cebdfb background
background-color: #cebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdfb; background: linear-gradient(135deg, #cebdfb, #F7BDFB);