#eb6397
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 99, 151
HSL
337°, 77%, 66%
CMYK
0, 58, 36, 8
Luminance
0.2882
Every format
| HEX | #eb6397 |
| RGB | rgb(235, 99, 151) |
| HSL | hsl(337, 77%, 66%) |
| CMYK | cmyk(0%, 58%, 36%, 8%) |
| LAB | lab(60.6 57.4 -1.6) |
| LCH | lch(60.6 57.4 358.5) |
| OKLCH | oklch(0.683 0.175 358.9) |
Copy-ready code
/* CSS */
color: #eb6397;
background-color: #eb6397;
/* Tailwind (arbitrary) */
class="text-[#eb6397] bg-[#eb6397]"
/* SCSS */
$brand: #eb6397;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.592)
/* Android */
Color.parseColor("#eb6397")Accessibility — WCAG contrast
Aa
#eb6397 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6397 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow35.7%
Key (black)7.8%
Color previews
#eb6397 text on a black background
contrast 6.76:1
Card sample
#eb6397 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6397;
Background color
Panel with #eb6397 background
background-color: #eb6397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6397; background: linear-gradient(135deg, #eb6397, #EB8A63);