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