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