#fd0c46
a balanced, electric red · warm · closest name: crimson
RGB
253, 12, 70
HSL
346°, 98%, 52%
CMYK
0, 95, 72, 1
Luminance
0.2159
Every format
| HEX | #fd0c46 |
| RGB | rgb(253, 12, 70) |
| HSL | hsl(346, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 72%, 1%) |
| LAB | lab(53.6 80.1 37.1) |
| LCH | lch(53.6 88.3 24.8) |
| OKLCH | oklch(0.631 0.250 19.6) |
Copy-ready code
/* CSS */
color: #fd0c46;
background-color: #fd0c46;
/* Tailwind (arbitrary) */
class="text-[#fd0c46] bg-[#fd0c46]"
/* SCSS */
$brand: #fd0c46;
/* SwiftUI */
Color(red: 0.992, green: 0.047, blue: 0.275)
/* Android */
Color.parseColor("#fd0c46")Accessibility — WCAG contrast
Aa
#fd0c46 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0c46 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.7%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow72.3%
Key (black)0.8%
Color previews
#fd0c46 text on a black background
contrast 5.32:1
Card sample
#fd0c46 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0c46;
Background color
Panel with #fd0c46 background
background-color: #fd0c46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0c46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 12, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 12, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0c46; background: linear-gradient(135deg, #fd0c46, #FD730C);