#fd612f
a balanced, electric red · warm · closest name: tomato
RGB
253, 97, 47
HSL
15°, 98%, 59%
CMYK
0, 62, 81, 1
Luminance
0.2964
Every format
| HEX | #fd612f |
| RGB | rgb(253, 97, 47) |
| HSL | hsl(15, 98%, 59%) |
| CMYK | cmyk(0%, 62%, 81%, 1%) |
| LAB | lab(61.4 57.2 57.1) |
| LCH | lch(61.4 80.8 45.0) |
| OKLCH | oklch(0.688 0.200 37.4) |
Copy-ready code
/* CSS */
color: #fd612f;
background-color: #fd612f;
/* Tailwind (arbitrary) */
class="text-[#fd612f] bg-[#fd612f]"
/* SCSS */
$brand: #fd612f;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.184)
/* Android */
Color.parseColor("#fd612f")Accessibility — WCAG contrast
Aa
#fd612f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd612f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow81.4%
Key (black)0.8%
Color previews
#fd612f text on a black background
contrast 6.93:1
Card sample
#fd612f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd612f;
Background color
Panel with #fd612f background
background-color: #fd612f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd612f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd612f; background: linear-gradient(135deg, #fd612f, #FDEA2F);