#cebbfd
a pale, electric violet · warm · closest name: plum
RGB
206, 187, 253
HSL
257°, 94%, 86%
CMYK
19, 26, 0, 1
Luminance
0.5575
Every format
| HEX | #cebbfd |
| RGB | rgb(206, 187, 253) |
| HSL | hsl(257, 94%, 86%) |
| CMYK | cmyk(19%, 26%, 0%, 1%) |
| LAB | lab(79.5 19.6 -30.1) |
| LCH | lch(79.5 35.9 303.1) |
| OKLCH | oklch(0.831 0.093 297.5) |
Copy-ready code
/* CSS */
color: #cebbfd;
background-color: #cebbfd;
/* Tailwind (arbitrary) */
class="text-[#cebbfd] bg-[#cebbfd]"
/* SCSS */
$brand: #cebbfd;
/* SwiftUI */
Color(red: 0.808, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#cebbfd")Accessibility — WCAG contrast
Aa
#cebbfd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebbfd on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.3%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cebbfd text on a black background
contrast 12.15:1
Card sample
#cebbfd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebbfd;
Background color
Panel with #cebbfd background
background-color: #cebbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebbfd; background: linear-gradient(135deg, #cebbfd, #FABBFD);