#cebafc
a pale, electric violet · warm · closest name: plum
RGB
206, 186, 252
HSL
258°, 92%, 86%
CMYK
18, 26, 0, 1
Luminance
0.5527
Every format
| HEX | #cebafc |
| RGB | rgb(206, 186, 252) |
| HSL | hsl(258, 92%, 86%) |
| CMYK | cmyk(18%, 26%, 0%, 1%) |
| LAB | lab(79.2 20.0 -30.0) |
| LCH | lch(79.2 36.0 303.7) |
| OKLCH | oklch(0.828 0.093 298.2) |
Copy-ready code
/* CSS */
color: #cebafc;
background-color: #cebafc;
/* Tailwind (arbitrary) */
class="text-[#cebafc] bg-[#cebafc]"
/* SCSS */
$brand: #cebafc;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#cebafc")Accessibility — WCAG contrast
Aa
#cebafc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebafc on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cebafc text on a black background
contrast 12.05:1
Card sample
#cebafc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebafc;
Background color
Panel with #cebafc background
background-color: #cebafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebafc; background: linear-gradient(135deg, #cebafc, #FABAFC);