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