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