#f591ba
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 145, 186
HSL
335°, 83%, 77%
CMYK
0, 41, 24, 4
Luminance
0.4321
Every format
| HEX | #f591ba |
| RGB | rgb(245, 145, 186) |
| HSL | hsl(335, 83%, 77%) |
| CMYK | cmyk(0%, 41%, 24%, 4%) |
| LAB | lab(71.7 42.8 -4.9) |
| LCH | lch(71.7 43.0 353.4) |
| OKLCH | oklch(0.773 0.129 354.5) |
Copy-ready code
/* CSS */
color: #f591ba;
background-color: #f591ba;
/* Tailwind (arbitrary) */
class="text-[#f591ba] bg-[#f591ba]"
/* SCSS */
$brand: #f591ba;
/* SwiftUI */
Color(red: 0.961, green: 0.569, blue: 0.729)
/* Android */
Color.parseColor("#f591ba")Accessibility — WCAG contrast
Aa
#f591ba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f591ba on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow24.1%
Key (black)3.9%
Color previews
#f591ba text on a black background
contrast 9.64:1
Card sample
#f591ba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f591ba;
Background color
Panel with #f591ba background
background-color: #f591ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f591ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 145, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 145, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f591ba; background: linear-gradient(135deg, #f591ba, #F5AB91);