#fdba96
a light, electric orange · warm · closest name: tan
RGB
253, 186, 150
HSL
21°, 96%, 79%
CMYK
0, 27, 41, 1
Luminance
0.5820
Every format
| HEX | #fdba96 |
| RGB | rgb(253, 186, 150) |
| HSL | hsl(21, 96%, 79%) |
| CMYK | cmyk(0%, 27%, 41%, 1%) |
| LAB | lab(80.8 19.8 27.8) |
| LCH | lch(80.8 34.1 54.5) |
| OKLCH | oklch(0.842 0.092 49.3) |
Copy-ready code
/* CSS */
color: #fdba96;
background-color: #fdba96;
/* Tailwind (arbitrary) */
class="text-[#fdba96] bg-[#fdba96]"
/* SCSS */
$brand: #fdba96;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.588)
/* Android */
Color.parseColor("#fdba96")Accessibility — WCAG contrast
Aa
#fdba96 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba96 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow40.7%
Key (black)0.8%
Color previews
#fdba96 text on a black background
contrast 12.64:1
Card sample
#fdba96 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba96;
Background color
Panel with #fdba96 background
background-color: #fdba96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba96; background: linear-gradient(135deg, #fdba96, #FBFD96);