#fcaf80
a light, electric orange · warm · closest name: peru
RGB
252, 175, 128
HSL
23°, 95%, 75%
CMYK
0, 31, 49, 1
Luminance
0.5291
Every format
| HEX | #fcaf80 |
| RGB | rgb(252, 175, 128) |
| HSL | hsl(23, 95%, 75%) |
| CMYK | cmyk(0%, 31%, 49%, 1%) |
| LAB | lab(77.8 23.0 35.3) |
| LCH | lch(77.8 42.2 56.9) |
| OKLCH | oklch(0.817 0.110 52.0) |
Copy-ready code
/* CSS */
color: #fcaf80;
background-color: #fcaf80;
/* Tailwind (arbitrary) */
class="text-[#fcaf80] bg-[#fcaf80]"
/* SCSS */
$brand: #fcaf80;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.502)
/* Android */
Color.parseColor("#fcaf80")Accessibility — WCAG contrast
Aa
#fcaf80 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf80 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow49.2%
Key (black)1.2%
Color previews
#fcaf80 text on a black background
contrast 11.58:1
Card sample
#fcaf80 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf80;
Background color
Panel with #fcaf80 background
background-color: #fcaf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf80; background: linear-gradient(135deg, #fcaf80, #F6FC80);