#eb39af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 57, 175
HSL
320°, 82%, 57%
CMYK
0, 76, 26, 8
Luminance
0.2368
Every format
| HEX | #eb39af |
| RGB | rgb(235, 57, 175) |
| HSL | hsl(320, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 26%, 8%) |
| LAB | lab(55.8 75.8 -22.8) |
| LCH | lch(55.8 79.2 343.3) |
| OKLCH | oklch(0.650 0.238 345.2) |
Copy-ready code
/* CSS */
color: #eb39af;
background-color: #eb39af;
/* Tailwind (arbitrary) */
class="text-[#eb39af] bg-[#eb39af]"
/* SCSS */
$brand: #eb39af;
/* SwiftUI */
Color(red: 0.922, green: 0.224, blue: 0.686)
/* Android */
Color.parseColor("#eb39af")Accessibility — WCAG contrast
Aa
#eb39af on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb39af on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow25.5%
Key (black)7.8%
Color previews
#eb39af text on a black background
contrast 5.74:1
Card sample
#eb39af text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb39af;
Background color
Panel with #eb39af background
background-color: #eb39af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb39af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 57, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 57, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb39af; background: linear-gradient(135deg, #eb39af, #EB3A39);