#fd124c
a balanced, electric red · warm · closest name: crimson
RGB
253, 18, 76
HSL
345°, 98%, 53%
CMYK
0, 93, 70, 1
Luminance
0.2184
Every format
| HEX | #fd124c |
| RGB | rgb(253, 18, 76) |
| HSL | hsl(345, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 70%, 1%) |
| LAB | lab(53.9 79.8 33.9) |
| LCH | lch(53.9 86.7 23.0) |
| OKLCH | oklch(0.634 0.249 18.3) |
Copy-ready code
/* CSS */
color: #fd124c;
background-color: #fd124c;
/* Tailwind (arbitrary) */
class="text-[#fd124c] bg-[#fd124c]"
/* SCSS */
$brand: #fd124c;
/* SwiftUI */
Color(red: 0.992, green: 0.071, blue: 0.298)
/* Android */
Color.parseColor("#fd124c")Accessibility — WCAG contrast
Aa
#fd124c on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd124c on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow70.0%
Key (black)0.8%
Color previews
#fd124c text on a black background
contrast 5.37:1
Card sample
#fd124c text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd124c;
Background color
Panel with #fd124c background
background-color: #fd124c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd124c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 18, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 18, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd124c; background: linear-gradient(135deg, #fd124c, #FD7512);