#fdac71
a light, electric orange · warm · closest name: peru
RGB
253, 172, 113
HSL
25°, 97%, 72%
CMYK
0, 32, 55, 1
Luminance
0.5158
Every format
| HEX | #fdac71 |
| RGB | rgb(253, 172, 113) |
| HSL | hsl(25, 97%, 72%) |
| CMYK | cmyk(0%, 32%, 55%, 1%) |
| LAB | lab(77.0 23.7 42.1) |
| LCH | lch(77.0 48.3 60.7) |
| OKLCH | oklch(0.811 0.121 56.1) |
Copy-ready code
/* CSS */
color: #fdac71;
background-color: #fdac71;
/* Tailwind (arbitrary) */
class="text-[#fdac71] bg-[#fdac71]"
/* SCSS */
$brand: #fdac71;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.443)
/* Android */
Color.parseColor("#fdac71")Accessibility — WCAG contrast
Aa
#fdac71 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac71 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow55.3%
Key (black)0.8%
Color previews
#fdac71 text on a black background
contrast 11.32:1
Card sample
#fdac71 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac71;
Background color
Panel with #fdac71 background
background-color: #fdac71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac71; background: linear-gradient(135deg, #fdac71, #F1FD71);