#fdbb9a
a light, electric orange · warm · closest name: tan
RGB
253, 187, 154
HSL
20°, 96%, 80%
CMYK
0, 26, 39, 1
Luminance
0.5876
Every format
| HEX | #fdbb9a |
| RGB | rgb(253, 187, 154) |
| HSL | hsl(20, 96%, 80%) |
| CMYK | cmyk(0%, 26%, 39%, 1%) |
| LAB | lab(81.2 19.7 26.1) |
| LCH | lch(81.2 32.7 52.9) |
| OKLCH | oklch(0.845 0.089 47.6) |
Copy-ready code
/* CSS */
color: #fdbb9a;
background-color: #fdbb9a;
/* Tailwind (arbitrary) */
class="text-[#fdbb9a] bg-[#fdbb9a]"
/* SCSS */
$brand: #fdbb9a;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.604)
/* Android */
Color.parseColor("#fdbb9a")Accessibility — WCAG contrast
Aa
#fdbb9a on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb9a on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow39.1%
Key (black)0.8%
Color previews
#fdbb9a text on a black background
contrast 12.75:1
Card sample
#fdbb9a text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb9a;
Background color
Panel with #fdbb9a background
background-color: #fdbb9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb9a; background: linear-gradient(135deg, #fdbb9a, #FDFD9A);