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