#ebafef
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 175, 239
HSL
296°, 67%, 81%
CMYK
2, 27, 0, 6
Luminance
0.5455
Every format
| HEX | #ebafef |
| RGB | rgb(235, 175, 239) |
| HSL | hsl(296, 67%, 81%) |
| CMYK | cmyk(2%, 27%, 0%, 6%) |
| LAB | lab(78.8 32.3 -23.4) |
| LCH | lch(78.8 39.9 324.1) |
| OKLCH | oklch(0.830 0.109 324.4) |
Copy-ready code
/* CSS */
color: #ebafef;
background-color: #ebafef;
/* Tailwind (arbitrary) */
class="text-[#ebafef] bg-[#ebafef]"
/* SCSS */
$brand: #ebafef;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.937)
/* Android */
Color.parseColor("#ebafef")Accessibility — WCAG contrast
Aa
#ebafef on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafef on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta26.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ebafef text on a black background
contrast 11.91:1
Card sample
#ebafef text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafef;
Background color
Panel with #ebafef background
background-color: #ebafef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafef; background: linear-gradient(135deg, #ebafef, #EFAFC8);