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