#fcaf74
a light, electric orange · warm · closest name: peru
RGB
252, 175, 116
HSL
26°, 96%, 72%
CMYK
0, 31, 54, 1
Luminance
0.5262
Every format
| HEX | #fcaf74 |
| RGB | rgb(252, 175, 116) |
| HSL | hsl(26, 96%, 72%) |
| CMYK | cmyk(0%, 31%, 54%, 1%) |
| LAB | lab(77.7 22.0 41.4) |
| LCH | lch(77.7 46.8 62.0) |
| OKLCH | oklch(0.816 0.117 57.6) |
Copy-ready code
/* CSS */
color: #fcaf74;
background-color: #fcaf74;
/* Tailwind (arbitrary) */
class="text-[#fcaf74] bg-[#fcaf74]"
/* SCSS */
$brand: #fcaf74;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.455)
/* Android */
Color.parseColor("#fcaf74")Accessibility — WCAG contrast
Aa
#fcaf74 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf74 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow54.0%
Key (black)1.2%
Color previews
#fcaf74 text on a black background
contrast 11.52:1
Card sample
#fcaf74 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf74;
Background color
Panel with #fcaf74 background
background-color: #fcaf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf74; background: linear-gradient(135deg, #fcaf74, #EEFC74);