#fdad89
a light, electric orange · warm · closest name: tan
RGB
253, 173, 137
HSL
19°, 97%, 77%
CMYK
0, 32, 46, 1
Luminance
0.5258
Every format
| HEX | #fdad89 |
| RGB | rgb(253, 173, 137) |
| HSL | hsl(19, 97%, 77%) |
| CMYK | cmyk(0%, 32%, 46%, 1%) |
| LAB | lab(77.6 25.3 30.4) |
| LCH | lch(77.6 39.5 50.2) |
| OKLCH | oklch(0.817 0.106 45.0) |
Copy-ready code
/* CSS */
color: #fdad89;
background-color: #fdad89;
/* Tailwind (arbitrary) */
class="text-[#fdad89] bg-[#fdad89]"
/* SCSS */
$brand: #fdad89;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.537)
/* Android */
Color.parseColor("#fdad89")Accessibility — WCAG contrast
Aa
#fdad89 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad89 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow45.8%
Key (black)0.8%
Color previews
#fdad89 text on a black background
contrast 11.52:1
Card sample
#fdad89 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad89;
Background color
Panel with #fdad89 background
background-color: #fdad89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad89; background: linear-gradient(135deg, #fdad89, #FDFA89);