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