#fd569f
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 86, 159
HSL
334°, 98%, 67%
CMYK
0, 66, 37, 1
Luminance
0.3004
Every format
| HEX | #fd569f |
| RGB | rgb(253, 86, 159) |
| HSL | hsl(334, 98%, 67%) |
| CMYK | cmyk(0%, 66%, 37%, 1%) |
| LAB | lab(61.7 69.0 -4.3) |
| LCH | lch(61.7 69.1 356.5) |
| OKLCH | oklch(0.698 0.211 357.2) |
Copy-ready code
/* CSS */
color: #fd569f;
background-color: #fd569f;
/* Tailwind (arbitrary) */
class="text-[#fd569f] bg-[#fd569f]"
/* SCSS */
$brand: #fd569f;
/* SwiftUI */
Color(red: 0.992, green: 0.337, blue: 0.624)
/* Android */
Color.parseColor("#fd569f")Accessibility — WCAG contrast
Aa
#fd569f on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd569f on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fd569f text on a black background
contrast 7.01:1
Card sample
#fd569f text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd569f;
Background color
Panel with #fd569f background
background-color: #fd569f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd569f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 86, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 86, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd569f; background: linear-gradient(135deg, #fd569f, #FD7D56);