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