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