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