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