#cebafd
a pale, electric violet · warm · closest name: plum
RGB
206, 186, 253
HSL
258°, 94%, 86%
CMYK
19, 27, 0, 1
Luminance
0.5533
Every format
| HEX | #cebafd |
| RGB | rgb(206, 186, 253) |
| HSL | hsl(258, 94%, 86%) |
| CMYK | cmyk(19%, 27%, 0%, 1%) |
| LAB | lab(79.2 20.2 -30.5) |
| LCH | lch(79.2 36.5 303.5) |
| OKLCH | oklch(0.829 0.095 298.0) |
Copy-ready code
/* CSS */
color: #cebafd;
background-color: #cebafd;
/* Tailwind (arbitrary) */
class="text-[#cebafd] bg-[#cebafd]"
/* SCSS */
$brand: #cebafd;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#cebafd")Accessibility — WCAG contrast
Aa
#cebafd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebafd on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cebafd text on a black background
contrast 12.07:1
Card sample
#cebafd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebafd;
Background color
Panel with #cebafd background
background-color: #cebafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebafd; background: linear-gradient(135deg, #cebafd, #FBBAFD);