#fdbc9e
a light, electric orange · warm · closest name: tan
RGB
253, 188, 158
HSL
19°, 96%, 81%
CMYK
0, 26, 38, 1
Luminance
0.5932
Every format
| HEX | #fdbc9e |
| RGB | rgb(253, 188, 158) |
| HSL | hsl(19, 96%, 81%) |
| CMYK | cmyk(0%, 26%, 38%, 1%) |
| LAB | lab(81.5 19.6 24.4) |
| LCH | lch(81.5 31.3 51.1) |
| OKLCH | oklch(0.848 0.086 45.8) |
Copy-ready code
/* CSS */
color: #fdbc9e;
background-color: #fdbc9e;
/* Tailwind (arbitrary) */
class="text-[#fdbc9e] bg-[#fdbc9e]"
/* SCSS */
$brand: #fdbc9e;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#fdbc9e")Accessibility — WCAG contrast
Aa
#fdbc9e on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc9e on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow37.5%
Key (black)0.8%
Color previews
#fdbc9e text on a black background
contrast 12.86:1
Card sample
#fdbc9e text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc9e;
Background color
Panel with #fdbc9e background
background-color: #fdbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc9e; background: linear-gradient(135deg, #fdbc9e, #FDFB9E);