#fdba86
a light, electric orange · warm · closest name: tan
RGB
253, 186, 134
HSL
26°, 97%, 76%
CMYK
0, 27, 47, 1
Luminance
0.5772
Every format
| HEX | #fdba86 |
| RGB | rgb(253, 186, 134) |
| HSL | hsl(26, 97%, 76%) |
| CMYK | cmyk(0%, 27%, 47%, 1%) |
| LAB | lab(80.6 18.2 35.8) |
| LCH | lch(80.6 40.1 63.1) |
| OKLCH | oklch(0.839 0.103 58.6) |
Copy-ready code
/* CSS */
color: #fdba86;
background-color: #fdba86;
/* Tailwind (arbitrary) */
class="text-[#fdba86] bg-[#fdba86]"
/* SCSS */
$brand: #fdba86;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.525)
/* Android */
Color.parseColor("#fdba86")Accessibility — WCAG contrast
Aa
#fdba86 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba86 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow47.0%
Key (black)0.8%
Color previews
#fdba86 text on a black background
contrast 12.54:1
Card sample
#fdba86 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba86;
Background color
Panel with #fdba86 background
background-color: #fdba86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba86; background: linear-gradient(135deg, #fdba86, #F1FD86);