#fdac86
a light, electric orange · warm · closest name: tan
RGB
253, 172, 134
HSL
19°, 97%, 76%
CMYK
0, 32, 47, 1
Luminance
0.5211
Every format
| HEX | #fdac86 |
| RGB | rgb(253, 172, 134) |
| HSL | hsl(19, 97%, 76%) |
| CMYK | cmyk(0%, 32%, 47%, 1%) |
| LAB | lab(77.3 25.5 31.6) |
| LCH | lch(77.3 40.6 51.0) |
| OKLCH | oklch(0.814 0.109 45.9) |
Copy-ready code
/* CSS */
color: #fdac86;
background-color: #fdac86;
/* Tailwind (arbitrary) */
class="text-[#fdac86] bg-[#fdac86]"
/* SCSS */
$brand: #fdac86;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.525)
/* Android */
Color.parseColor("#fdac86")Accessibility — WCAG contrast
Aa
#fdac86 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac86 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow47.0%
Key (black)0.8%
Color previews
#fdac86 text on a black background
contrast 11.42:1
Card sample
#fdac86 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac86;
Background color
Panel with #fdac86 background
background-color: #fdac86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac86; background: linear-gradient(135deg, #fdac86, #FDFB86);