#eb2995
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 41, 149
HSL
327°, 83%, 54%
CMYK
0, 83, 37, 8
Luminance
0.2142
Every format
| HEX | #eb2995 |
| RGB | rgb(235, 41, 149) |
| HSL | hsl(327, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 37%, 8%) |
| LAB | lab(53.4 77.0 -11.1) |
| LCH | lch(53.4 77.8 351.8) |
| OKLCH | oklch(0.630 0.239 353.2) |
Copy-ready code
/* CSS */
color: #eb2995;
background-color: #eb2995;
/* Tailwind (arbitrary) */
class="text-[#eb2995] bg-[#eb2995]"
/* SCSS */
$brand: #eb2995;
/* SwiftUI */
Color(red: 0.922, green: 0.161, blue: 0.584)
/* Android */
Color.parseColor("#eb2995")Accessibility — WCAG contrast
Aa
#eb2995 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2995 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.1%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow36.6%
Key (black)7.8%
Color previews
#eb2995 text on a black background
contrast 5.28:1
Card sample
#eb2995 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2995;
Background color
Panel with #eb2995 background
background-color: #eb2995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 41, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 41, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2995; background: linear-gradient(135deg, #eb2995, #EB3E29);