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