#fcae13
a balanced, electric orange · warm · closest name: orange
RGB
252, 174, 19
HSL
40°, 98%, 53%
CMYK
0, 31, 93, 1
Luminance
0.5101
Every format
| HEX | #fcae13 |
| RGB | rgb(252, 174, 19) |
| HSL | hsl(40, 98%, 53%) |
| CMYK | cmyk(0%, 31%, 93%, 1%) |
| LAB | lab(76.7 18.1 77.7) |
| LCH | lch(76.7 79.8 76.9) |
| OKLCH | oklch(0.806 0.166 75.8) |
Copy-ready code
/* CSS */
color: #fcae13;
background-color: #fcae13;
/* Tailwind (arbitrary) */
class="text-[#fcae13] bg-[#fcae13]"
/* SCSS */
$brand: #fcae13;
/* SwiftUI */
Color(red: 0.988, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#fcae13")Accessibility — WCAG contrast
Aa
#fcae13 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcae13 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fcae13 text on a black background
contrast 11.20:1
Card sample
#fcae13 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcae13;
Background color
Panel with #fcae13 background
background-color: #fcae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcae13; background: linear-gradient(135deg, #fcae13, #AFFC13);