#f591ab
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 145, 171
HSL
344°, 83%, 77%
CMYK
0, 41, 30, 4
Luminance
0.4260
Every format
| HEX | #f591ab |
| RGB | rgb(245, 145, 171) |
| HSL | hsl(344, 83%, 77%) |
| CMYK | cmyk(0%, 41%, 30%, 4%) |
| LAB | lab(71.3 40.8 2.8) |
| LCH | lch(71.3 40.9 3.9) |
| OKLCH | oklch(0.768 0.124 3.7) |
Copy-ready code
/* CSS */
color: #f591ab;
background-color: #f591ab;
/* Tailwind (arbitrary) */
class="text-[#f591ab] bg-[#f591ab]"
/* SCSS */
$brand: #f591ab;
/* SwiftUI */
Color(red: 0.961, green: 0.569, blue: 0.671)
/* Android */
Color.parseColor("#f591ab")Accessibility — WCAG contrast
Aa
#f591ab on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f591ab on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow30.2%
Key (black)3.9%
Color previews
#f591ab text on a black background
contrast 9.52:1
Card sample
#f591ab text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f591ab;
Background color
Panel with #f591ab background
background-color: #f591ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f591ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 145, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 145, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f591ab; background: linear-gradient(135deg, #f591ab, #F5BA91);