#eb3abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 58, 187
HSL
316°, 82%, 58%
CMYK
0, 75, 20, 8
Luminance
0.2428
Every format
| HEX | #eb3abb |
| RGB | rgb(235, 58, 187) |
| HSL | hsl(316, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 20%, 8%) |
| LAB | lab(56.4 77.0 -28.8) |
| LCH | lch(56.4 82.3 339.5) |
| OKLCH | oklch(0.656 0.244 341.4) |
Copy-ready code
/* CSS */
color: #eb3abb;
background-color: #eb3abb;
/* Tailwind (arbitrary) */
class="text-[#eb3abb] bg-[#eb3abb]"
/* SCSS */
$brand: #eb3abb;
/* SwiftUI */
Color(red: 0.922, green: 0.227, blue: 0.733)
/* Android */
Color.parseColor("#eb3abb")Accessibility — WCAG contrast
Aa
#eb3abb on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3abb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow20.4%
Key (black)7.8%
Color previews
#eb3abb text on a black background
contrast 5.86:1
Card sample
#eb3abb text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3abb;
Background color
Panel with #eb3abb background
background-color: #eb3abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 58, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 58, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3abb; background: linear-gradient(135deg, #eb3abb, #EB3A45);