#e595af
a light, vivid magenta / pink · warm · closest name: pink
RGB
229, 149, 175
HSL
341°, 61%, 74%
CMYK
0, 35, 24, 10
Luminance
0.4125
Every format
| HEX | #e595af |
| RGB | rgb(229, 149, 175) |
| HSL | hsl(341, 61%, 74%) |
| CMYK | cmyk(0%, 35%, 24%, 10%) |
| LAB | lab(70.3 33.6 -1.0) |
| LCH | lch(70.3 33.6 358.3) |
| OKLCH | oklch(0.757 0.101 358.8) |
Copy-ready code
/* CSS */
color: #e595af;
background-color: #e595af;
/* Tailwind (arbitrary) */
class="text-[#e595af] bg-[#e595af]"
/* SCSS */
$brand: #e595af;
/* SwiftUI */
Color(red: 0.898, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#e595af")Accessibility — WCAG contrast
Aa
#e595af on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e595af on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow23.6%
Key (black)10.2%
Color previews
#e595af text on a black background
contrast 9.25:1
Card sample
#e595af text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e595af;
Background color
Panel with #e595af background
background-color: #e595af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e595af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e595af; background: linear-gradient(135deg, #e595af, #E5B095);