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