#fdaf8d
a light, electric orange · warm · closest name: tan
RGB
253, 175, 141
HSL
18°, 97%, 77%
CMYK
0, 31, 44, 1
Luminance
0.5347
Every format
| HEX | #fdaf8d |
| RGB | rgb(253, 175, 141) |
| HSL | hsl(18, 97%, 77%) |
| CMYK | cmyk(0%, 31%, 44%, 1%) |
| LAB | lab(78.2 24.6 28.9) |
| LCH | lch(78.2 38.0 49.6) |
| OKLCH | oklch(0.821 0.103 44.4) |
Copy-ready code
/* CSS */
color: #fdaf8d;
background-color: #fdaf8d;
/* Tailwind (arbitrary) */
class="text-[#fdaf8d] bg-[#fdaf8d]"
/* SCSS */
$brand: #fdaf8d;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#fdaf8d")Accessibility — WCAG contrast
Aa
#fdaf8d on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf8d on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow44.3%
Key (black)0.8%
Color previews
#fdaf8d text on a black background
contrast 11.69:1
Card sample
#fdaf8d text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf8d;
Background color
Panel with #fdaf8d background
background-color: #fdaf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf8d; background: linear-gradient(135deg, #fdaf8d, #FDFA8D);