#ebafff
a light, electric violet · warm · closest name: plum
RGB
235, 175, 255
HSL
285°, 100%, 84%
CMYK
8, 31, 0, 0
Luminance
0.5554
Every format
| HEX | #ebafff |
| RGB | rgb(235, 175, 255) |
| HSL | hsl(285, 100%, 84%) |
| CMYK | cmyk(8%, 31%, 0%, 0%) |
| LAB | lab(79.3 35.4 -31.1) |
| LCH | lch(79.3 47.1 318.7) |
| OKLCH | oklch(0.836 0.126 317.5) |
Copy-ready code
/* CSS */
color: #ebafff;
background-color: #ebafff;
/* Tailwind (arbitrary) */
class="text-[#ebafff] bg-[#ebafff]"
/* SCSS */
$brand: #ebafff;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#ebafff")Accessibility — WCAG contrast
Aa
#ebafff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafff on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue100.0%
CMYK percentages
Cyan7.8%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#ebafff text on a black background
contrast 12.11:1
Card sample
#ebafff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafff;
Background color
Panel with #ebafff background
background-color: #ebafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafff; background: linear-gradient(135deg, #ebafff, #FFAFDE);