#eb0af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 10, 245
HSL
297°, 92%, 50%
CMYK
4, 96, 0, 4
Luminance
0.2447
Every format
| HEX | #eb0af5 |
| RGB | rgb(235, 10, 245) |
| HSL | hsl(297, 92%, 50%) |
| CMYK | cmyk(4%, 96%, 0%, 4%) |
| LAB | lab(56.6 93.1 -61.5) |
| LCH | lch(56.6 111.6 326.6) |
| OKLCH | oklch(0.667 0.307 326.1) |
Copy-ready code
/* CSS */
color: #eb0af5;
background-color: #eb0af5;
/* Tailwind (arbitrary) */
class="text-[#eb0af5] bg-[#eb0af5]"
/* SCSS */
$brand: #eb0af5;
/* SwiftUI */
Color(red: 0.922, green: 0.039, blue: 0.961)
/* Android */
Color.parseColor("#eb0af5")Accessibility — WCAG contrast
Aa
#eb0af5 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0af5 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.9%
Blue96.1%
CMYK percentages
Cyan4.1%
Magenta95.9%
Yellow0.0%
Key (black)3.9%
Color previews
#eb0af5 text on a black background
contrast 5.89:1
Card sample
#eb0af5 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0af5;
Background color
Panel with #eb0af5 background
background-color: #eb0af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 10, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 10, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0af5; background: linear-gradient(135deg, #eb0af5, #F50A63);