#fdac53
a light, electric orange · warm · closest name: peru
RGB
253, 172, 83
HSL
31°, 98%, 66%
CMYK
0, 32, 67, 1
Luminance
0.5101
Every format
| HEX | #fdac53 |
| RGB | rgb(253, 172, 83) |
| HSL | hsl(31, 98%, 66%) |
| CMYK | cmyk(0%, 32%, 67%, 1%) |
| LAB | lab(76.7 21.7 56.4) |
| LCH | lch(76.7 60.5 69.0) |
| OKLCH | oklch(0.807 0.141 65.8) |
Copy-ready code
/* CSS */
color: #fdac53;
background-color: #fdac53;
/* Tailwind (arbitrary) */
class="text-[#fdac53] bg-[#fdac53]"
/* SCSS */
$brand: #fdac53;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.325)
/* Android */
Color.parseColor("#fdac53")Accessibility — WCAG contrast
Aa
#fdac53 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac53 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow67.2%
Key (black)0.8%
Color previews
#fdac53 text on a black background
contrast 11.20:1
Card sample
#fdac53 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac53;
Background color
Panel with #fdac53 background
background-color: #fdac53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac53; background: linear-gradient(135deg, #fdac53, #DDFD53);