#e598a2
a light, vivid red · warm · closest name: pink
RGB
229, 152, 162
HSL
352°, 60%, 75%
CMYK
0, 34, 29, 10
Luminance
0.4172
Every format
| HEX | #e598a2 |
| RGB | rgb(229, 152, 162) |
| HSL | hsl(352, 60%, 75%) |
| CMYK | cmyk(0%, 34%, 29%, 10%) |
| LAB | lab(70.7 30.2 6.7) |
| LCH | lch(70.7 30.9 12.5) |
| OKLCH | oklch(0.759 0.093 11.0) |
Copy-ready code
/* CSS */
color: #e598a2;
background-color: #e598a2;
/* Tailwind (arbitrary) */
class="text-[#e598a2] bg-[#e598a2]"
/* SCSS */
$brand: #e598a2;
/* SwiftUI */
Color(red: 0.898, green: 0.596, blue: 0.635)
/* Android */
Color.parseColor("#e598a2")Accessibility — WCAG contrast
Aa
#e598a2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e598a2 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green59.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow29.3%
Key (black)10.2%
Color previews
#e598a2 text on a black background
contrast 9.34:1
Card sample
#e598a2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e598a2;
Background color
Panel with #e598a2 background
background-color: #e598a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e598a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 152, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 152, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e598a2; background: linear-gradient(135deg, #e598a2, #E5C198);