#f59fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 159, 223
HSL
315°, 81%, 79%
CMYK
0, 35, 9, 4
Luminance
0.4954
Every format
| HEX | #f59fdf |
| RGB | rgb(245, 159, 223) |
| HSL | hsl(315, 81%, 79%) |
| CMYK | cmyk(0%, 35%, 9%, 4%) |
| LAB | lab(75.8 41.2 -19.2) |
| LCH | lch(75.8 45.4 335.0) |
| OKLCH | oklch(0.808 0.129 336.6) |
Copy-ready code
/* CSS */
color: #f59fdf;
background-color: #f59fdf;
/* Tailwind (arbitrary) */
class="text-[#f59fdf] bg-[#f59fdf]"
/* SCSS */
$brand: #f59fdf;
/* SwiftUI */
Color(red: 0.961, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#f59fdf")Accessibility — WCAG contrast
Aa
#f59fdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59fdf on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow9.0%
Key (black)3.9%
Color previews
#f59fdf text on a black background
contrast 10.91:1
Card sample
#f59fdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59fdf;
Background color
Panel with #f59fdf background
background-color: #f59fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59fdf; background: linear-gradient(135deg, #f59fdf, #F59FA6);