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