#f596ae
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 150, 174
HSL
345°, 83%, 78%
CMYK
0, 39, 29, 4
Luminance
0.4428
Every format
| HEX | #f596ae |
| RGB | rgb(245, 150, 174) |
| HSL | hsl(345, 83%, 78%) |
| CMYK | cmyk(0%, 39%, 29%, 4%) |
| LAB | lab(72.4 38.6 2.8) |
| LCH | lch(72.4 38.7 4.1) |
| OKLCH | oklch(0.777 0.117 3.8) |
Copy-ready code
/* CSS */
color: #f596ae;
background-color: #f596ae;
/* Tailwind (arbitrary) */
class="text-[#f596ae] bg-[#f596ae]"
/* SCSS */
$brand: #f596ae;
/* SwiftUI */
Color(red: 0.961, green: 0.588, blue: 0.682)
/* Android */
Color.parseColor("#f596ae")Accessibility — WCAG contrast
Aa
#f596ae on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f596ae on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.8%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow29.0%
Key (black)3.9%
Color previews
#f596ae text on a black background
contrast 9.86:1
Card sample
#f596ae text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f596ae;
Background color
Panel with #f596ae background
background-color: #f596ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f596ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 150, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 150, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f596ae; background: linear-gradient(135deg, #f596ae, #F5BD96);