#fdbba1
a light, electric orange · warm · closest name: tan
RGB
253, 187, 161
HSL
17°, 96%, 81%
CMYK
0, 26, 36, 1
Luminance
0.5900
Every format
| HEX | #fdbba1 |
| RGB | rgb(253, 187, 161) |
| HSL | hsl(17, 96%, 81%) |
| CMYK | cmyk(0%, 26%, 36%, 1%) |
| LAB | lab(81.3 20.5 22.5) |
| LCH | lch(81.3 30.4 47.7) |
| OKLCH | oklch(0.846 0.085 42.4) |
Copy-ready code
/* CSS */
color: #fdbba1;
background-color: #fdbba1;
/* Tailwind (arbitrary) */
class="text-[#fdbba1] bg-[#fdbba1]"
/* SCSS */
$brand: #fdbba1;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.631)
/* Android */
Color.parseColor("#fdbba1")Accessibility — WCAG contrast
Aa
#fdbba1 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbba1 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow36.4%
Key (black)0.8%
Color previews
#fdbba1 text on a black background
contrast 12.80:1
Card sample
#fdbba1 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbba1;
Background color
Panel with #fdbba1 background
background-color: #fdbba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbba1; background: linear-gradient(135deg, #fdbba1, #FDF8A1);