#fd0c7d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 12, 125
HSL
332°, 98%, 52%
CMYK
0, 95, 51, 1
Luminance
0.2263
Every format
| HEX | #fd0c7d |
| RGB | rgb(253, 12, 125) |
| HSL | hsl(332, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 51%, 1%) |
| LAB | lab(54.7 83.1 5.5) |
| LCH | lch(54.7 83.3 3.8) |
| OKLCH | oklch(0.643 0.256 3.3) |
Copy-ready code
/* CSS */
color: #fd0c7d;
background-color: #fd0c7d;
/* Tailwind (arbitrary) */
class="text-[#fd0c7d] bg-[#fd0c7d]"
/* SCSS */
$brand: #fd0c7d;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.490)
/* Android */
Color.parseColor("#fd0c7d")Accessibility — WCAG contrast
Aa
#fd0c7d on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0c7d on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow50.6%
Key (black)0.8%
Color previews
#fd0c7d text on a black background
contrast 5.53:1
Card sample
#fd0c7d text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0c7d;
Background color
Panel with #fd0c7d background
background-color: #fd0c7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0c7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0c7d; background: linear-gradient(135deg, #fd0c7d, #FD3C0C);