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