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