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