#ebbafc
a pale, electric violet · warm · closest name: plum
RGB
235, 186, 252
HSL
285°, 92%, 86%
CMYK
7, 26, 0, 1
Luminance
0.5981
Every format
| HEX | #ebbafc |
| RGB | rgb(235, 186, 252) |
| HSL | hsl(285, 92%, 86%) |
| CMYK | cmyk(7%, 26%, 0%, 1%) |
| LAB | lab(81.7 28.9 -25.9) |
| LCH | lch(81.7 38.8 318.2) |
| OKLCH | oklch(0.854 0.104 317.3) |
Copy-ready code
/* CSS */
color: #ebbafc;
background-color: #ebbafc;
/* Tailwind (arbitrary) */
class="text-[#ebbafc] bg-[#ebbafc]"
/* SCSS */
$brand: #ebbafc;
/* SwiftUI */
Color(red: 0.922, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#ebbafc")Accessibility — WCAG contrast
Aa
#ebbafc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbafc on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green72.9%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ebbafc text on a black background
contrast 12.96:1
Card sample
#ebbafc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbafc;
Background color
Panel with #ebbafc background
background-color: #ebbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbafc; background: linear-gradient(135deg, #ebbafc, #FCBAE1);