#fdac6d
a light, electric orange · warm · closest name: peru
RGB
253, 172, 109
HSL
26°, 97%, 71%
CMYK
0, 32, 57, 1
Luminance
0.5149
Every format
| HEX | #fdac6d |
| RGB | rgb(253, 172, 109) |
| HSL | hsl(26, 97%, 71%) |
| CMYK | cmyk(0%, 32%, 57%, 1%) |
| LAB | lab(77.0 23.4 44.1) |
| LCH | lch(77.0 49.9 62.1) |
| OKLCH | oklch(0.810 0.124 57.7) |
Copy-ready code
/* CSS */
color: #fdac6d;
background-color: #fdac6d;
/* Tailwind (arbitrary) */
class="text-[#fdac6d] bg-[#fdac6d]"
/* SCSS */
$brand: #fdac6d;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.427)
/* Android */
Color.parseColor("#fdac6d")Accessibility — WCAG contrast
Aa
#fdac6d on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac6d on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow56.9%
Key (black)0.8%
Color previews
#fdac6d text on a black background
contrast 11.30:1
Card sample
#fdac6d text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac6d;
Background color
Panel with #fdac6d background
background-color: #fdac6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac6d; background: linear-gradient(135deg, #fdac6d, #EEFD6D);