#fcae21
a balanced, electric orange · warm · closest name: orange
RGB
252, 174, 33
HSL
39°, 97%, 56%
CMYK
0, 31, 87, 1
Luminance
0.5108
Every format
| HEX | #fcae21 |
| RGB | rgb(252, 174, 33) |
| HSL | hsl(39, 97%, 56%) |
| CMYK | cmyk(0%, 31%, 87%, 1%) |
| LAB | lab(76.7 18.4 74.8) |
| LCH | lch(76.7 77.0 76.2) |
| OKLCH | oklch(0.806 0.163 75.0) |
Copy-ready code
/* CSS */
color: #fcae21;
background-color: #fcae21;
/* Tailwind (arbitrary) */
class="text-[#fcae21] bg-[#fcae21]"
/* SCSS */
$brand: #fcae21;
/* SwiftUI */
Color(red: 0.988, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#fcae21")Accessibility — WCAG contrast
Aa
#fcae21 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcae21 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow86.9%
Key (black)1.2%
Color previews
#fcae21 text on a black background
contrast 11.22:1
Card sample
#fcae21 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcae21;
Background color
Panel with #fcae21 background
background-color: #fcae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcae21; background: linear-gradient(135deg, #fcae21, #B8FC21);