#f591af
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 145, 175
HSL
342°, 83%, 77%
CMYK
0, 41, 29, 4
Luminance
0.4276
Every format
| HEX | #f591af |
| RGB | rgb(245, 145, 175) |
| HSL | hsl(342, 83%, 77%) |
| CMYK | cmyk(0%, 41%, 29%, 4%) |
| LAB | lab(71.4 41.3 0.7) |
| LCH | lch(71.4 41.3 1.0) |
| OKLCH | oklch(0.769 0.125 1.1) |
Copy-ready code
/* CSS */
color: #f591af;
background-color: #f591af;
/* Tailwind (arbitrary) */
class="text-[#f591af] bg-[#f591af]"
/* SCSS */
$brand: #f591af;
/* SwiftUI */
Color(red: 0.961, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#f591af")Accessibility — WCAG contrast
Aa
#f591af on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f591af on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow28.6%
Key (black)3.9%
Color previews
#f591af text on a black background
contrast 9.55:1
Card sample
#f591af text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f591af;
Background color
Panel with #f591af background
background-color: #f591af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f591af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f591af; background: linear-gradient(135deg, #f591af, #F5B691);