#eb0995
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 9, 149
HSL
323°, 93%, 48%
CMYK
0, 96, 37, 8
Luminance
0.2003
Every format
| HEX | #eb0995 |
| RGB | rgb(235, 9, 149) |
| HSL | hsl(323, 93%, 48%) |
| CMYK | cmyk(0%, 96%, 37%, 8%) |
| LAB | lab(51.9 81.5 -13.4) |
| LCH | lch(51.9 82.6 350.7) |
| OKLCH | oklch(0.619 0.254 352.2) |
Copy-ready code
/* CSS */
color: #eb0995;
background-color: #eb0995;
/* Tailwind (arbitrary) */
class="text-[#eb0995] bg-[#eb0995]"
/* SCSS */
$brand: #eb0995;
/* SwiftUI */
Color(red: 0.922, green: 0.035, blue: 0.584)
/* Android */
Color.parseColor("#eb0995")Accessibility — WCAG contrast
Aa
#eb0995 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0995 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow36.6%
Key (black)7.8%
Color previews
#eb0995 text on a black background
contrast 5.01:1
Card sample
#eb0995 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0995;
Background color
Panel with #eb0995 background
background-color: #eb0995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 9, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 9, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0995; background: linear-gradient(135deg, #eb0995, #EB1409);