#fd0b3d
a balanced, electric red · warm · closest name: crimson
RGB
253, 11, 61
HSL
348°, 98%, 52%
CMYK
0, 96, 76, 1
Luminance
0.2146
Every format
| HEX | #fd0b3d |
| RGB | rgb(253, 11, 61) |
| HSL | hsl(348, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 76%, 1%) |
| LAB | lab(53.5 79.9 42.1) |
| LCH | lch(53.5 90.3 27.8) |
| OKLCH | oklch(0.630 0.251 21.7) |
Copy-ready code
/* CSS */
color: #fd0b3d;
background-color: #fd0b3d;
/* Tailwind (arbitrary) */
class="text-[#fd0b3d] bg-[#fd0b3d]"
/* SCSS */
$brand: #fd0b3d;
/* SwiftUI */
Color(red: 0.992, green: 0.043, blue: 0.239)
/* Android */
Color.parseColor("#fd0b3d")Accessibility — WCAG contrast
Aa
#fd0b3d on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0b3d on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.3%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow75.9%
Key (black)0.8%
Color previews
#fd0b3d text on a black background
contrast 5.29:1
Card sample
#fd0b3d text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0b3d;
Background color
Panel with #fd0b3d background
background-color: #fd0b3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0b3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 11, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 11, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0b3d; background: linear-gradient(135deg, #fd0b3d, #FD7A0B);