#fdb296
a light, electric orange · warm · closest name: tan
RGB
253, 178, 150
HSL
16°, 96%, 79%
CMYK
0, 30, 41, 1
Luminance
0.5493
Every format
| HEX | #fdb296 |
| RGB | rgb(253, 178, 150) |
| HSL | hsl(16, 96%, 79%) |
| CMYK | cmyk(0%, 30%, 41%, 1%) |
| LAB | lab(79.0 24.0 25.3) |
| LCH | lch(79.0 34.8 46.5) |
| OKLCH | oklch(0.828 0.096 41.3) |
Copy-ready code
/* CSS */
color: #fdb296;
background-color: #fdb296;
/* Tailwind (arbitrary) */
class="text-[#fdb296] bg-[#fdb296]"
/* SCSS */
$brand: #fdb296;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.588)
/* Android */
Color.parseColor("#fdb296")Accessibility — WCAG contrast
Aa
#fdb296 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb296 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow40.7%
Key (black)0.8%
Color previews
#fdb296 text on a black background
contrast 11.99:1
Card sample
#fdb296 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb296;
Background color
Panel with #fdb296 background
background-color: #fdb296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb296; background: linear-gradient(135deg, #fdb296, #FDF796);