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