#eb5eaf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 94, 175
HSL
326°, 78%, 65%
CMYK
0, 60, 26, 8
Luminance
0.2876
Every format
| HEX | #eb5eaf |
| RGB | rgb(235, 94, 175) |
| HSL | hsl(326, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 26%, 8%) |
| LAB | lab(60.6 62.5 -15.5) |
| LCH | lch(60.6 64.4 346.1) |
| OKLCH | oklch(0.685 0.193 347.9) |
Copy-ready code
/* CSS */
color: #eb5eaf;
background-color: #eb5eaf;
/* Tailwind (arbitrary) */
class="text-[#eb5eaf] bg-[#eb5eaf]"
/* SCSS */
$brand: #eb5eaf;
/* SwiftUI */
Color(red: 0.922, green: 0.369, blue: 0.686)
/* Android */
Color.parseColor("#eb5eaf")Accessibility — WCAG contrast
Aa
#eb5eaf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5eaf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow25.5%
Key (black)7.8%
Color previews
#eb5eaf text on a black background
contrast 6.75:1
Card sample
#eb5eaf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5eaf;
Background color
Panel with #eb5eaf background
background-color: #eb5eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 94, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 94, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5eaf; background: linear-gradient(135deg, #eb5eaf, #EB6B5E);