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