#fdad87
a light, electric orange · warm · closest name: tan
RGB
253, 173, 135
HSL
19°, 97%, 76%
CMYK
0, 32, 47, 1
Luminance
0.5252
Every format
| HEX | #fdad87 |
| RGB | rgb(253, 173, 135) |
| HSL | hsl(19, 97%, 76%) |
| CMYK | cmyk(0%, 32%, 47%, 1%) |
| LAB | lab(77.6 25.1 31.4) |
| LCH | lch(77.6 40.2 51.3) |
| OKLCH | oklch(0.816 0.107 46.2) |
Copy-ready code
/* CSS */
color: #fdad87;
background-color: #fdad87;
/* Tailwind (arbitrary) */
class="text-[#fdad87] bg-[#fdad87]"
/* SCSS */
$brand: #fdad87;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.529)
/* Android */
Color.parseColor("#fdad87")Accessibility — WCAG contrast
Aa
#fdad87 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad87 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow46.6%
Key (black)0.8%
Color previews
#fdad87 text on a black background
contrast 11.50:1
Card sample
#fdad87 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad87;
Background color
Panel with #fdad87 background
background-color: #fdad87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad87; background: linear-gradient(135deg, #fdad87, #FDFC87);