#fc9340
a balanced, electric orange · warm · closest name: chocolate
RGB
252, 147, 64
HSL
27°, 97%, 62%
CMYK
0, 42, 75, 1
Luminance
0.4193
Every format
| HEX | #fc9340 |
| RGB | rgb(252, 147, 64) |
| HSL | hsl(27, 97%, 62%) |
| CMYK | cmyk(0%, 42%, 75%, 1%) |
| LAB | lab(70.8 33.4 58.8) |
| LCH | lch(70.8 67.6 60.4) |
| OKLCH | oklch(0.761 0.158 55.3) |
Copy-ready code
/* CSS */
color: #fc9340;
background-color: #fc9340;
/* Tailwind (arbitrary) */
class="text-[#fc9340] bg-[#fc9340]"
/* SCSS */
$brand: #fc9340;
/* SwiftUI */
Color(red: 0.988, green: 0.576, blue: 0.251)
/* Android */
Color.parseColor("#fc9340")Accessibility — WCAG contrast
Aa
#fc9340 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9340 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green57.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow74.6%
Key (black)1.2%
Color previews
#fc9340 text on a black background
contrast 9.39:1
Card sample
#fc9340 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9340;
Background color
Panel with #fc9340 background
background-color: #fc9340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 147, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 147, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9340; background: linear-gradient(135deg, #fc9340, #E8FC40);