#f59cd2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 156, 210
HSL
324°, 82%, 79%
CMYK
0, 36, 14, 4
Luminance
0.4784
Every format
| HEX | #f59cd2 |
| RGB | rgb(245, 156, 210) |
| HSL | hsl(324, 82%, 79%) |
| CMYK | cmyk(0%, 36%, 14%, 4%) |
| LAB | lab(74.7 40.6 -13.7) |
| LCH | lch(74.7 42.9 341.4) |
| OKLCH | oklch(0.798 0.125 343.2) |
Copy-ready code
/* CSS */
color: #f59cd2;
background-color: #f59cd2;
/* Tailwind (arbitrary) */
class="text-[#f59cd2] bg-[#f59cd2]"
/* SCSS */
$brand: #f59cd2;
/* SwiftUI */
Color(red: 0.961, green: 0.612, blue: 0.824)
/* Android */
Color.parseColor("#f59cd2")Accessibility — WCAG contrast
Aa
#f59cd2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59cd2 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow14.3%
Key (black)3.9%
Color previews
#f59cd2 text on a black background
contrast 10.57:1
Card sample
#f59cd2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59cd2;
Background color
Panel with #f59cd2 background
background-color: #f59cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 156, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 156, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59cd2; background: linear-gradient(135deg, #f59cd2, #F5A19C);