#fd511f
a balanced, electric red · warm · closest name: tomato
RGB
253, 81, 31
HSL
14°, 98%, 56%
CMYK
0, 68, 88, 1
Luminance
0.2687
Every format
| HEX | #fd511f |
| RGB | rgb(253, 81, 31) |
| HSL | hsl(14, 98%, 56%) |
| CMYK | cmyk(0%, 68%, 88%, 1%) |
| LAB | lab(58.9 63.3 61.6) |
| LCH | lch(58.9 88.3 44.2) |
| OKLCH | oklch(0.669 0.216 35.6) |
Copy-ready code
/* CSS */
color: #fd511f;
background-color: #fd511f;
/* Tailwind (arbitrary) */
class="text-[#fd511f] bg-[#fd511f]"
/* SCSS */
$brand: #fd511f;
/* SwiftUI */
Color(red: 0.992, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#fd511f")Accessibility — WCAG contrast
Aa
#fd511f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd511f on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow87.7%
Key (black)0.8%
Color previews
#fd511f text on a black background
contrast 6.37:1
Card sample
#fd511f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd511f;
Background color
Panel with #fd511f background
background-color: #fd511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd511f; background: linear-gradient(135deg, #fd511f, #FDE51F);