#fc7c2f
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 124, 47
HSL
23°, 97%, 59%
CMYK
0, 51, 81, 1
Luminance
0.3532
Every format
| HEX | #fc7c2f |
| RGB | rgb(252, 124, 47) |
| HSL | hsl(23, 97%, 59%) |
| CMYK | cmyk(0%, 51%, 81%, 1%) |
| LAB | lab(66.0 44.4 61.3) |
| LCH | lch(66.0 75.7 54.1) |
| OKLCH | oklch(0.724 0.178 47.4) |
Copy-ready code
/* CSS */
color: #fc7c2f;
background-color: #fc7c2f;
/* Tailwind (arbitrary) */
class="text-[#fc7c2f] bg-[#fc7c2f]"
/* SCSS */
$brand: #fc7c2f;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.184)
/* Android */
Color.parseColor("#fc7c2f")Accessibility — WCAG contrast
Aa
#fc7c2f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7c2f on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow81.3%
Key (black)1.2%
Color previews
#fc7c2f text on a black background
contrast 8.06:1
Card sample
#fc7c2f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7c2f;
Background color
Panel with #fc7c2f background
background-color: #fc7c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7c2f; background: linear-gradient(135deg, #fc7c2f, #F3FC2F);