#f591df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 145, 223
HSL
313°, 83%, 77%
CMYK
0, 41, 9, 4
Luminance
0.4499
Every format
| HEX | #f591df |
| RGB | rgb(245, 145, 223) |
| HSL | hsl(313, 83%, 77%) |
| CMYK | cmyk(0%, 41%, 9%, 4%) |
| LAB | lab(72.9 48.4 -23.6) |
| LCH | lch(72.9 53.8 334.0) |
| OKLCH | oklch(0.786 0.153 335.6) |
Copy-ready code
/* CSS */
color: #f591df;
background-color: #f591df;
/* Tailwind (arbitrary) */
class="text-[#f591df] bg-[#f591df]"
/* SCSS */
$brand: #f591df;
/* SwiftUI */
Color(red: 0.961, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f591df")Accessibility — WCAG contrast
Aa
#f591df on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f591df on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow9.0%
Key (black)3.9%
Color previews
#f591df text on a black background
contrast 10.00:1
Card sample
#f591df text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f591df;
Background color
Panel with #f591df background
background-color: #f591df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f591df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f591df; background: linear-gradient(135deg, #f591df, #F5919C);