#eb6299
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 98, 153
HSL
336°, 77%, 65%
CMYK
0, 58, 35, 8
Luminance
0.2870
Every format
| HEX | #eb6299 |
| RGB | rgb(235, 98, 153) |
| HSL | hsl(336, 77%, 65%) |
| CMYK | cmyk(0%, 58%, 35%, 8%) |
| LAB | lab(60.5 58.1 -2.9) |
| LCH | lch(60.5 58.1 357.2) |
| OKLCH | oklch(0.683 0.177 357.8) |
Copy-ready code
/* CSS */
color: #eb6299;
background-color: #eb6299;
/* Tailwind (arbitrary) */
class="text-[#eb6299] bg-[#eb6299]"
/* SCSS */
$brand: #eb6299;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.600)
/* Android */
Color.parseColor("#eb6299")Accessibility — WCAG contrast
Aa
#eb6299 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6299 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow34.9%
Key (black)7.8%
Color previews
#eb6299 text on a black background
contrast 6.74:1
Card sample
#eb6299 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6299;
Background color
Panel with #eb6299 background
background-color: #eb6299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6299; background: linear-gradient(135deg, #eb6299, #EB8662);