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