#f59dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 157, 205
HSL
327°, 82%, 79%
CMYK
0, 36, 16, 4
Luminance
0.4793
Every format
| HEX | #f59dcd |
| RGB | rgb(245, 157, 205) |
| HSL | hsl(327, 82%, 79%) |
| CMYK | cmyk(0%, 36%, 16%, 4%) |
| LAB | lab(74.8 39.3 -10.8) |
| LCH | lch(74.8 40.8 344.6) |
| OKLCH | oklch(0.798 0.120 346.3) |
Copy-ready code
/* CSS */
color: #f59dcd;
background-color: #f59dcd;
/* Tailwind (arbitrary) */
class="text-[#f59dcd] bg-[#f59dcd]"
/* SCSS */
$brand: #f59dcd;
/* SwiftUI */
Color(red: 0.961, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#f59dcd")Accessibility — WCAG contrast
Aa
#f59dcd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59dcd on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow16.3%
Key (black)3.9%
Color previews
#f59dcd text on a black background
contrast 10.59:1
Card sample
#f59dcd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59dcd;
Background color
Panel with #f59dcd background
background-color: #f59dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59dcd; background: linear-gradient(135deg, #f59dcd, #F5A89D);