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