#fdb58d
a light, electric orange · warm · closest name: tan
RGB
253, 181, 141
HSL
21°, 97%, 77%
CMYK
0, 29, 44, 1
Luminance
0.5585
Every format
| HEX | #fdb58d |
| RGB | rgb(253, 181, 141) |
| HSL | hsl(21, 97%, 77%) |
| CMYK | cmyk(0%, 29%, 44%, 1%) |
| LAB | lab(79.5 21.5 30.8) |
| LCH | lch(79.5 37.5 55.1) |
| OKLCH | oklch(0.832 0.100 50.0) |
Copy-ready code
/* CSS */
color: #fdb58d;
background-color: #fdb58d;
/* Tailwind (arbitrary) */
class="text-[#fdb58d] bg-[#fdb58d]"
/* SCSS */
$brand: #fdb58d;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.553)
/* Android */
Color.parseColor("#fdb58d")Accessibility — WCAG contrast
Aa
#fdb58d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb58d on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow44.3%
Key (black)0.8%
Color previews
#fdb58d text on a black background
contrast 12.17:1
Card sample
#fdb58d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb58d;
Background color
Panel with #fdb58d background
background-color: #fdb58d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb58d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb58d; background: linear-gradient(135deg, #fdb58d, #FAFD8D);