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