#fd54c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 84, 194
HSL
321°, 98%, 66%
CMYK
0, 67, 23, 1
Luminance
0.3112
Every format
| HEX | #fd54c2 |
| RGB | rgb(253, 84, 194) |
| HSL | hsl(321, 98%, 66%) |
| CMYK | cmyk(0%, 67%, 23%, 1%) |
| LAB | lab(62.6 73.8 -23.0) |
| LCH | lch(62.6 77.3 342.7) |
| OKLCH | oklch(0.708 0.231 344.6) |
Copy-ready code
/* CSS */
color: #fd54c2;
background-color: #fd54c2;
/* Tailwind (arbitrary) */
class="text-[#fd54c2] bg-[#fd54c2]"
/* SCSS */
$brand: #fd54c2;
/* SwiftUI */
Color(red: 0.992, green: 0.329, blue: 0.761)
/* Android */
Color.parseColor("#fd54c2")Accessibility — WCAG contrast
Aa
#fd54c2 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd54c2 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green32.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow23.3%
Key (black)0.8%
Color previews
#fd54c2 text on a black background
contrast 7.22:1
Card sample
#fd54c2 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd54c2;
Background color
Panel with #fd54c2 background
background-color: #fd54c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd54c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 84, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 84, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd54c2; background: linear-gradient(135deg, #fd54c2, #FD5754);