#eb7fe2
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 127, 226
HSL
305°, 73%, 71%
CMYK
0, 46, 4, 8
Luminance
0.3833
Every format
| HEX | #eb7fe2 |
| RGB | rgb(235, 127, 226) |
| HSL | hsl(305, 73%, 71%) |
| CMYK | cmyk(0%, 46%, 4%, 8%) |
| LAB | lab(68.3 54.9 -32.4) |
| LCH | lch(68.3 63.8 329.4) |
| OKLCH | oklch(0.749 0.178 330.3) |
Copy-ready code
/* CSS */
color: #eb7fe2;
background-color: #eb7fe2;
/* Tailwind (arbitrary) */
class="text-[#eb7fe2] bg-[#eb7fe2]"
/* SCSS */
$brand: #eb7fe2;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.886)
/* Android */
Color.parseColor("#eb7fe2")Accessibility — WCAG contrast
Aa
#eb7fe2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7fe2 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow3.8%
Key (black)7.8%
Color previews
#eb7fe2 text on a black background
contrast 8.67:1
Card sample
#eb7fe2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7fe2;
Background color
Panel with #eb7fe2 background
background-color: #eb7fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7fe2; background: linear-gradient(135deg, #eb7fe2, #EB7F9A);