#fc8b13
a balanced, electric orange · warm · closest name: orange
RGB
252, 139, 19
HSL
31°, 98%, 53%
CMYK
0, 45, 93, 1
Luminance
0.3921
Every format
| HEX | #fc8b13 |
| RGB | rgb(252, 139, 19) |
| HSL | hsl(31, 98%, 53%) |
| CMYK | cmyk(0%, 45%, 93%, 1%) |
| LAB | lab(68.9 36.3 72.1) |
| LCH | lch(68.9 80.7 63.3) |
| OKLCH | oklch(0.745 0.175 57.7) |
Copy-ready code
/* CSS */
color: #fc8b13;
background-color: #fc8b13;
/* Tailwind (arbitrary) */
class="text-[#fc8b13] bg-[#fc8b13]"
/* SCSS */
$brand: #fc8b13;
/* SwiftUI */
Color(red: 0.988, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#fc8b13")Accessibility — WCAG contrast
Aa
#fc8b13 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8b13 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow92.5%
Key (black)1.2%
Color previews
#fc8b13 text on a black background
contrast 8.84:1
Card sample
#fc8b13 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8b13;
Background color
Panel with #fc8b13 background
background-color: #fc8b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8b13; background: linear-gradient(135deg, #fc8b13, #D2FC13);