#fcaf5c
a light, electric orange · warm · closest name: peru
RGB
252, 175, 92
HSL
31°, 96%, 68%
CMYK
0, 31, 64, 1
Luminance
0.5213
Every format
| HEX | #fcaf5c |
| RGB | rgb(252, 175, 92) |
| HSL | hsl(31, 96%, 68%) |
| CMYK | cmyk(0%, 31%, 64%, 1%) |
| LAB | lab(77.4 20.2 52.9) |
| LCH | lch(77.4 56.7 69.1) |
| OKLCH | oklch(0.812 0.134 65.9) |
Copy-ready code
/* CSS */
color: #fcaf5c;
background-color: #fcaf5c;
/* Tailwind (arbitrary) */
class="text-[#fcaf5c] bg-[#fcaf5c]"
/* SCSS */
$brand: #fcaf5c;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.361)
/* Android */
Color.parseColor("#fcaf5c")Accessibility — WCAG contrast
Aa
#fcaf5c on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf5c on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow63.5%
Key (black)1.2%
Color previews
#fcaf5c text on a black background
contrast 11.43:1
Card sample
#fcaf5c text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf5c;
Background color
Panel with #fcaf5c background
background-color: #fcaf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf5c; background: linear-gradient(135deg, #fcaf5c, #DEFC5C);