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