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