#eb23af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 35, 175
HSL
318°, 83%, 53%
CMYK
0, 85, 26, 8
Luminance
0.2196
Every format
| HEX | #eb23af |
| RGB | rgb(235, 35, 175) |
| HSL | hsl(318, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 26%, 8%) |
| LAB | lab(54.0 81.0 -25.5) |
| LCH | lch(54.0 84.9 342.5) |
| OKLCH | oklch(0.637 0.255 344.5) |
Copy-ready code
/* CSS */
color: #eb23af;
background-color: #eb23af;
/* Tailwind (arbitrary) */
class="text-[#eb23af] bg-[#eb23af]"
/* SCSS */
$brand: #eb23af;
/* SwiftUI */
Color(red: 0.922, green: 0.137, blue: 0.686)
/* Android */
Color.parseColor("#eb23af")Accessibility — WCAG contrast
Aa
#eb23af on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb23af on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow25.5%
Key (black)7.8%
Color previews
#eb23af text on a black background
contrast 5.39:1
Card sample
#eb23af text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb23af;
Background color
Panel with #eb23af background
background-color: #eb23af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb23af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 35, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 35, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb23af; background: linear-gradient(135deg, #eb23af, #EB232A);