#fc8f39
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 143, 57
HSL
27°, 97%, 61%
CMYK
0, 43, 77, 1
Luminance
0.4064
Every format
| HEX | #fc8f39 |
| RGB | rgb(252, 143, 57) |
| HSL | hsl(27, 97%, 61%) |
| CMYK | cmyk(0%, 43%, 77%, 1%) |
| LAB | lab(69.9 35.2 60.9) |
| LCH | lch(69.9 70.3 60.0) |
| OKLCH | oklch(0.754 0.163 54.7) |
Copy-ready code
/* CSS */
color: #fc8f39;
background-color: #fc8f39;
/* Tailwind (arbitrary) */
class="text-[#fc8f39] bg-[#fc8f39]"
/* SCSS */
$brand: #fc8f39;
/* SwiftUI */
Color(red: 0.988, green: 0.561, blue: 0.224)
/* Android */
Color.parseColor("#fc8f39")Accessibility — WCAG contrast
Aa
#fc8f39 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8f39 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green56.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow77.4%
Key (black)1.2%
Color previews
#fc8f39 text on a black background
contrast 9.13:1
Card sample
#fc8f39 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8f39;
Background color
Panel with #fc8f39 background
background-color: #fc8f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 143, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 143, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8f39; background: linear-gradient(135deg, #fc8f39, #E7FC39);