#fdac80
a light, electric orange · warm · closest name: peru
RGB
253, 172, 128
HSL
21°, 97%, 75%
CMYK
0, 32, 49, 1
Luminance
0.5195
Every format
| HEX | #fdac80 |
| RGB | rgb(253, 172, 128) |
| HSL | hsl(21, 97%, 75%) |
| CMYK | cmyk(0%, 32%, 49%, 1%) |
| LAB | lab(77.3 25.0 34.6) |
| LCH | lch(77.3 42.7 54.2) |
| OKLCH | oklch(0.813 0.112 49.1) |
Copy-ready code
/* CSS */
color: #fdac80;
background-color: #fdac80;
/* Tailwind (arbitrary) */
class="text-[#fdac80] bg-[#fdac80]"
/* SCSS */
$brand: #fdac80;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.502)
/* Android */
Color.parseColor("#fdac80")Accessibility — WCAG contrast
Aa
#fdac80 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac80 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow49.4%
Key (black)0.8%
Color previews
#fdac80 text on a black background
contrast 11.39:1
Card sample
#fdac80 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac80;
Background color
Panel with #fdac80 background
background-color: #fdac80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac80; background: linear-gradient(135deg, #fdac80, #FBFD80);