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