#fd0f52
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 15, 82
HSL
343°, 98%, 53%
CMYK
0, 94, 68, 1
Luminance
0.2183
Every format
| HEX | #fd0f52 |
| RGB | rgb(253, 15, 82) |
| HSL | hsl(343, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 68%, 1%) |
| LAB | lab(53.9 80.3 30.3) |
| LCH | lch(53.9 85.9 20.7) |
| OKLCH | oklch(0.634 0.249 16.5) |
Copy-ready code
/* CSS */
color: #fd0f52;
background-color: #fd0f52;
/* Tailwind (arbitrary) */
class="text-[#fd0f52] bg-[#fd0f52]"
/* SCSS */
$brand: #fd0f52;
/* SwiftUI */
Color(red: 0.992, green: 0.059, blue: 0.322)
/* Android */
Color.parseColor("#fd0f52")Accessibility — WCAG contrast
Aa
#fd0f52 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0f52 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow67.6%
Key (black)0.8%
Color previews
#fd0f52 text on a black background
contrast 5.37:1
Card sample
#fd0f52 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0f52;
Background color
Panel with #fd0f52 background
background-color: #fd0f52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0f52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 15, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 15, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0f52; background: linear-gradient(135deg, #fd0f52, #FD6A0F);