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