#fdbda3
a light, electric orange · warm · closest name: tan
RGB
253, 189, 163
HSL
17°, 96%, 82%
CMYK
0, 25, 36, 1
Luminance
0.5992
Every format
| HEX | #fdbda3 |
| RGB | rgb(253, 189, 163) |
| HSL | hsl(17, 96%, 82%) |
| CMYK | cmyk(0%, 25%, 36%, 1%) |
| LAB | lab(81.8 19.7 22.1) |
| LCH | lch(81.8 29.6 48.4) |
| OKLCH | oklch(0.851 0.082 43.1) |
Copy-ready code
/* CSS */
color: #fdbda3;
background-color: #fdbda3;
/* Tailwind (arbitrary) */
class="text-[#fdbda3] bg-[#fdbda3]"
/* SCSS */
$brand: #fdbda3;
/* SwiftUI */
Color(red: 0.992, green: 0.741, blue: 0.639)
/* Android */
Color.parseColor("#fdbda3")Accessibility — WCAG contrast
Aa
#fdbda3 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbda3 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow35.6%
Key (black)0.8%
Color previews
#fdbda3 text on a black background
contrast 12.98:1
Card sample
#fdbda3 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbda3;
Background color
Panel with #fdbda3 background
background-color: #fdbda3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbda3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 189, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 189, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbda3; background: linear-gradient(135deg, #fdbda3, #FDF9A3);