#fc643f
a balanced, electric red · warm · closest name: tomato
RGB
252, 100, 63
HSL
12°, 97%, 62%
CMYK
0, 60, 75, 1
Luminance
0.3017
Every format
| HEX | #fc643f |
| RGB | rgb(252, 100, 63) |
| HSL | hsl(12, 97%, 62%) |
| CMYK | cmyk(0%, 60%, 75%, 1%) |
| LAB | lab(61.8 56.1 50.0) |
| LCH | lch(61.8 75.1 41.7) |
| OKLCH | oklch(0.692 0.193 34.9) |
Copy-ready code
/* CSS */
color: #fc643f;
background-color: #fc643f;
/* Tailwind (arbitrary) */
class="text-[#fc643f] bg-[#fc643f]"
/* SCSS */
$brand: #fc643f;
/* SwiftUI */
Color(red: 0.988, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#fc643f")Accessibility — WCAG contrast
Aa
#fc643f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc643f on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green39.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow75.0%
Key (black)1.2%
Color previews
#fc643f text on a black background
contrast 7.03:1
Card sample
#fc643f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc643f;
Background color
Panel with #fc643f background
background-color: #fc643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc643f; background: linear-gradient(135deg, #fc643f, #FCE23F);