#fcae49
a balanced, electric orange · warm · closest name: orange
RGB
252, 174, 73
HSL
34°, 97%, 64%
CMYK
0, 31, 71, 1
Luminance
0.5145
Every format
| HEX | #fcae49 |
| RGB | rgb(252, 174, 73) |
| HSL | hsl(34, 97%, 64%) |
| CMYK | cmyk(0%, 31%, 71%, 1%) |
| LAB | lab(77.0 19.7 61.1) |
| LCH | lch(77.0 64.2 72.1) |
| OKLCH | oklch(0.809 0.146 69.7) |
Copy-ready code
/* CSS */
color: #fcae49;
background-color: #fcae49;
/* Tailwind (arbitrary) */
class="text-[#fcae49] bg-[#fcae49]"
/* SCSS */
$brand: #fcae49;
/* SwiftUI */
Color(red: 0.988, green: 0.682, blue: 0.286)
/* Android */
Color.parseColor("#fcae49")Accessibility — WCAG contrast
Aa
#fcae49 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcae49 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow71.0%
Key (black)1.2%
Color previews
#fcae49 text on a black background
contrast 11.29:1
Card sample
#fcae49 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcae49;
Background color
Panel with #fcae49 background
background-color: #fcae49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcae49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 174, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 174, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcae49; background: linear-gradient(135deg, #fcae49, #D3FC49);