#f59cdf
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 156, 223
HSL
315°, 82%, 79%
CMYK
0, 36, 9, 4
Luminance
0.4852
Every format
| HEX | #f59cdf |
| RGB | rgb(245, 156, 223) |
| HSL | hsl(315, 82%, 79%) |
| CMYK | cmyk(0%, 36%, 9%, 4%) |
| LAB | lab(75.2 42.7 -20.1) |
| LCH | lch(75.2 47.3 334.8) |
| OKLCH | oklch(0.803 0.135 336.4) |
Copy-ready code
/* CSS */
color: #f59cdf;
background-color: #f59cdf;
/* Tailwind (arbitrary) */
class="text-[#f59cdf] bg-[#f59cdf]"
/* SCSS */
$brand: #f59cdf;
/* SwiftUI */
Color(red: 0.961, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#f59cdf")Accessibility — WCAG contrast
Aa
#f59cdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59cdf on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow9.0%
Key (black)3.9%
Color previews
#f59cdf text on a black background
contrast 10.70:1
Card sample
#f59cdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59cdf;
Background color
Panel with #f59cdf background
background-color: #f59cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59cdf; background: linear-gradient(135deg, #f59cdf, #F59CA4);