#fdad92
a light, electric orange · warm · closest name: tan
RGB
253, 173, 146
HSL
15°, 96%, 78%
CMYK
0, 32, 42, 1
Luminance
0.5285
Every format
| HEX | #fdad92 |
| RGB | rgb(253, 173, 146) |
| HSL | hsl(15, 96%, 78%) |
| CMYK | cmyk(0%, 32%, 42%, 1%) |
| LAB | lab(77.8 26.2 25.8) |
| LCH | lch(77.8 36.7 44.5) |
| OKLCH | oklch(0.818 0.102 39.4) |
Copy-ready code
/* CSS */
color: #fdad92;
background-color: #fdad92;
/* Tailwind (arbitrary) */
class="text-[#fdad92] bg-[#fdad92]"
/* SCSS */
$brand: #fdad92;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.573)
/* Android */
Color.parseColor("#fdad92")Accessibility — WCAG contrast
Aa
#fdad92 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad92 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow42.3%
Key (black)0.8%
Color previews
#fdad92 text on a black background
contrast 11.57:1
Card sample
#fdad92 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad92;
Background color
Panel with #fdad92 background
background-color: #fdad92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad92; background: linear-gradient(135deg, #fdad92, #FDF492);