#fc9b39
a balanced, electric orange · warm · closest name: orange
RGB
252, 155, 57
HSL
30°, 97%, 61%
CMYK
0, 39, 77, 1
Luminance
0.4443
Every format
| HEX | #fc9b39 |
| RGB | rgb(252, 155, 57) |
| HSL | hsl(30, 97%, 61%) |
| CMYK | cmyk(0%, 39%, 77%, 1%) |
| LAB | lab(72.5 29.0 63.4) |
| LCH | lch(72.5 69.7 65.4) |
| OKLCH | oklch(0.774 0.157 61.3) |
Copy-ready code
/* CSS */
color: #fc9b39;
background-color: #fc9b39;
/* Tailwind (arbitrary) */
class="text-[#fc9b39] bg-[#fc9b39]"
/* SCSS */
$brand: #fc9b39;
/* SwiftUI */
Color(red: 0.988, green: 0.608, blue: 0.224)
/* Android */
Color.parseColor("#fc9b39")Accessibility — WCAG contrast
Aa
#fc9b39 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9b39 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow77.4%
Key (black)1.2%
Color previews
#fc9b39 text on a black background
contrast 9.89:1
Card sample
#fc9b39 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9b39;
Background color
Panel with #fc9b39 background
background-color: #fc9b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 155, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 155, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9b39; background: linear-gradient(135deg, #fc9b39, #DBFC39);