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