#fdceb1
a light, electric orange · warm · closest name: tan
RGB
253, 206, 177
HSL
23°, 95%, 84%
CMYK
0, 19, 30, 1
Luminance
0.6820
Every format
| HEX | #fdceb1 |
| RGB | rgb(253, 206, 177) |
| HSL | hsl(23, 95%, 84%) |
| CMYK | cmyk(0%, 19%, 30%, 1%) |
| LAB | lab(86.1 12.5 20.7) |
| LCH | lch(86.1 24.2 58.8) |
| OKLCH | oklch(0.885 0.066 53.3) |
Copy-ready code
/* CSS */
color: #fdceb1;
background-color: #fdceb1;
/* Tailwind (arbitrary) */
class="text-[#fdceb1] bg-[#fdceb1]"
/* SCSS */
$brand: #fdceb1;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#fdceb1")Accessibility — WCAG contrast
Aa
#fdceb1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdceb1 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow30.0%
Key (black)0.8%
Color previews
#fdceb1 text on a black background
contrast 14.64:1
Card sample
#fdceb1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdceb1;
Background color
Panel with #fdceb1 background
background-color: #fdceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdceb1; background: linear-gradient(135deg, #fdceb1, #F9FDB1);