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