#fdbb8e
a light, electric orange · warm · closest name: tan
RGB
253, 187, 142
HSL
24°, 97%, 78%
CMYK
0, 26, 44, 1
Luminance
0.5838
Every format
| HEX | #fdbb8e |
| RGB | rgb(253, 187, 142) |
| HSL | hsl(24, 97%, 78%) |
| CMYK | cmyk(0%, 26%, 44%, 1%) |
| LAB | lab(81.0 18.4 32.1) |
| LCH | lch(81.0 37.0 60.1) |
| OKLCH | oklch(0.843 0.097 55.3) |
Copy-ready code
/* CSS */
color: #fdbb8e;
background-color: #fdbb8e;
/* Tailwind (arbitrary) */
class="text-[#fdbb8e] bg-[#fdbb8e]"
/* SCSS */
$brand: #fdbb8e;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.557)
/* Android */
Color.parseColor("#fdbb8e")Accessibility — WCAG contrast
Aa
#fdbb8e on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb8e on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow43.9%
Key (black)0.8%
Color previews
#fdbb8e text on a black background
contrast 12.68:1
Card sample
#fdbb8e text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb8e;
Background color
Panel with #fdbb8e background
background-color: #fdbb8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb8e; background: linear-gradient(135deg, #fdbb8e, #F5FD8E);