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