#fdbca2
a light, electric orange · warm · closest name: tan
RGB
253, 188, 162
HSL
17°, 96%, 81%
CMYK
0, 26, 36, 1
Luminance
0.5946
Every format
| HEX | #fdbca2 |
| RGB | rgb(253, 188, 162) |
| HSL | hsl(17, 96%, 81%) |
| CMYK | cmyk(0%, 26%, 36%, 1%) |
| LAB | lab(81.5 20.1 22.3) |
| LCH | lch(81.5 30.0 48.0) |
| OKLCH | oklch(0.849 0.084 42.8) |
Copy-ready code
/* CSS */
color: #fdbca2;
background-color: #fdbca2;
/* Tailwind (arbitrary) */
class="text-[#fdbca2] bg-[#fdbca2]"
/* SCSS */
$brand: #fdbca2;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.635)
/* Android */
Color.parseColor("#fdbca2")Accessibility — WCAG contrast
Aa
#fdbca2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbca2 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow36.0%
Key (black)0.8%
Color previews
#fdbca2 text on a black background
contrast 12.89:1
Card sample
#fdbca2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbca2;
Background color
Panel with #fdbca2 background
background-color: #fdbca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbca2; background: linear-gradient(135deg, #fdbca2, #FDF9A2);