#fcaa39
a balanced, electric orange · warm · closest name: orange
RGB
252, 170, 57
HSL
35°, 97%, 61%
CMYK
0, 33, 77, 1
Luminance
0.4974
Every format
| HEX | #fcaa39 |
| RGB | rgb(252, 170, 57) |
| HSL | hsl(35, 97%, 61%) |
| CMYK | cmyk(0%, 33%, 77%, 1%) |
| LAB | lab(75.9 21.1 66.6) |
| LCH | lch(75.9 69.9 72.4) |
| OKLCH | oklch(0.800 0.154 70.1) |
Copy-ready code
/* CSS */
color: #fcaa39;
background-color: #fcaa39;
/* Tailwind (arbitrary) */
class="text-[#fcaa39] bg-[#fcaa39]"
/* SCSS */
$brand: #fcaa39;
/* SwiftUI */
Color(red: 0.988, green: 0.667, blue: 0.224)
/* Android */
Color.parseColor("#fcaa39")Accessibility — WCAG contrast
Aa
#fcaa39 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaa39 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green66.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow77.4%
Key (black)1.2%
Color previews
#fcaa39 text on a black background
contrast 10.95:1
Card sample
#fcaa39 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaa39;
Background color
Panel with #fcaa39 background
background-color: #fcaa39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaa39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 170, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 170, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaa39; background: linear-gradient(135deg, #fcaa39, #CCFC39);