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