#ebadfa
a light, electric violet · warm · closest name: plum
RGB
235, 173, 250
HSL
288°, 89%, 83%
CMYK
6, 31, 0, 2
Luminance
0.5445
Every format
| HEX | #ebadfa |
| RGB | rgb(235, 173, 250) |
| HSL | hsl(288, 89%, 83%) |
| CMYK | cmyk(6%, 31%, 0%, 2%) |
| LAB | lab(78.7 35.5 -29.4) |
| LCH | lch(78.7 46.1 320.4) |
| OKLCH | oklch(0.831 0.124 319.7) |
Copy-ready code
/* CSS */
color: #ebadfa;
background-color: #ebadfa;
/* Tailwind (arbitrary) */
class="text-[#ebadfa] bg-[#ebadfa]"
/* SCSS */
$brand: #ebadfa;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.980)
/* Android */
Color.parseColor("#ebadfa")Accessibility — WCAG contrast
Aa
#ebadfa on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebadfa on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue98.0%
CMYK percentages
Cyan6.0%
Magenta30.8%
Yellow0.0%
Key (black)2.0%
Color previews
#ebadfa text on a black background
contrast 11.89:1
Card sample
#ebadfa text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebadfa;
Background color
Panel with #ebadfa background
background-color: #ebadfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebadfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebadfa; background: linear-gradient(135deg, #ebadfa, #FAADD6);