#fdac76
a light, electric orange · warm · closest name: peru
RGB
253, 172, 118
HSL
24°, 97%, 73%
CMYK
0, 32, 53, 1
Luminance
0.5170
Every format
| HEX | #fdac76 |
| RGB | rgb(253, 172, 118) |
| HSL | hsl(24, 97%, 73%) |
| CMYK | cmyk(0%, 32%, 53%, 1%) |
| LAB | lab(77.1 24.1 39.6) |
| LCH | lch(77.1 46.4 58.7) |
| OKLCH | oklch(0.812 0.118 54.0) |
Copy-ready code
/* CSS */
color: #fdac76;
background-color: #fdac76;
/* Tailwind (arbitrary) */
class="text-[#fdac76] bg-[#fdac76]"
/* SCSS */
$brand: #fdac76;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.463)
/* Android */
Color.parseColor("#fdac76")Accessibility — WCAG contrast
Aa
#fdac76 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac76 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow53.4%
Key (black)0.8%
Color previews
#fdac76 text on a black background
contrast 11.34:1
Card sample
#fdac76 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac76;
Background color
Panel with #fdac76 background
background-color: #fdac76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac76; background: linear-gradient(135deg, #fdac76, #F4FD76);