#fcaf70
a light, electric orange · warm · closest name: peru
RGB
252, 175, 112
HSL
27°, 96%, 71%
CMYK
0, 31, 56, 1
Luminance
0.5253
Every format
| HEX | #fcaf70 |
| RGB | rgb(252, 175, 112) |
| HSL | hsl(27, 96%, 71%) |
| CMYK | cmyk(0%, 31%, 56%, 1%) |
| LAB | lab(77.6 21.6 43.3) |
| LCH | lch(77.6 48.4 63.5) |
| OKLCH | oklch(0.815 0.120 59.3) |
Copy-ready code
/* CSS */
color: #fcaf70;
background-color: #fcaf70;
/* Tailwind (arbitrary) */
class="text-[#fcaf70] bg-[#fcaf70]"
/* SCSS */
$brand: #fcaf70;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.439)
/* Android */
Color.parseColor("#fcaf70")Accessibility — WCAG contrast
Aa
#fcaf70 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf70 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow55.6%
Key (black)1.2%
Color previews
#fcaf70 text on a black background
contrast 11.51:1
Card sample
#fcaf70 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf70;
Background color
Panel with #fcaf70 background
background-color: #fcaf70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf70; background: linear-gradient(135deg, #fcaf70, #ECFC70);