#fc613f
a balanced, electric red · warm · closest name: tomato
RGB
252, 97, 63
HSL
11°, 97%, 62%
CMYK
0, 62, 75, 1
Luminance
0.2960
Every format
| HEX | #fc613f |
| RGB | rgb(252, 97, 63) |
| HSL | hsl(11, 97%, 62%) |
| CMYK | cmyk(0%, 62%, 75%, 1%) |
| LAB | lab(61.3 57.4 49.4) |
| LCH | lch(61.3 75.7 40.8) |
| OKLCH | oklch(0.688 0.196 33.9) |
Copy-ready code
/* CSS */
color: #fc613f;
background-color: #fc613f;
/* Tailwind (arbitrary) */
class="text-[#fc613f] bg-[#fc613f]"
/* SCSS */
$brand: #fc613f;
/* SwiftUI */
Color(red: 0.988, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#fc613f")Accessibility — WCAG contrast
Aa
#fc613f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc613f on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow75.0%
Key (black)1.2%
Color previews
#fc613f text on a black background
contrast 6.92:1
Card sample
#fc613f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc613f;
Background color
Panel with #fc613f background
background-color: #fc613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc613f; background: linear-gradient(135deg, #fc613f, #FCDF3F);