#eb7fee
a light, electric magenta / pink · warm · “violet”
RGB
235, 127, 238
HSL
298°, 77%, 72%
CMYK
1, 47, 0, 7
Luminance
0.3901
Every format
| HEX | #eb7fee |
| RGB | rgb(235, 127, 238) |
| HSL | hsl(298, 77%, 72%) |
| CMYK | cmyk(1%, 47%, 0%, 7%) |
| LAB | lab(68.8 57.0 -38.3) |
| LCH | lch(68.8 68.7 326.1) |
| OKLCH | oklch(0.754 0.189 326.3) |
Copy-ready code
/* CSS */
color: #eb7fee;
background-color: #eb7fee;
/* Tailwind (arbitrary) */
class="text-[#eb7fee] bg-[#eb7fee]"
/* SCSS */
$brand: #eb7fee;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.933)
/* Android */
Color.parseColor("#eb7fee")Accessibility — WCAG contrast
Aa
#eb7fee on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7fee on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta46.6%
Yellow0.0%
Key (black)6.7%
Color previews
#eb7fee text on a black background
contrast 8.80:1
Card sample
#eb7fee text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7fee;
Background color
Panel with #eb7fee background
background-color: #eb7fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7fee; background: linear-gradient(135deg, #eb7fee, #EE7FA7);