#fdceb3
a light, electric orange · warm · closest name: tan
RGB
253, 206, 179
HSL
22°, 95%, 85%
CMYK
0, 19, 29, 1
Luminance
0.6828
Every format
| HEX | #fdceb3 |
| RGB | rgb(253, 206, 179) |
| HSL | hsl(22, 95%, 85%) |
| CMYK | cmyk(0%, 19%, 29%, 1%) |
| LAB | lab(86.2 12.8 19.7) |
| LCH | lch(86.2 23.5 57.0) |
| OKLCH | oklch(0.885 0.065 51.5) |
Copy-ready code
/* CSS */
color: #fdceb3;
background-color: #fdceb3;
/* Tailwind (arbitrary) */
class="text-[#fdceb3] bg-[#fdceb3]"
/* SCSS */
$brand: #fdceb3;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#fdceb3")Accessibility — WCAG contrast
Aa
#fdceb3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdceb3 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow29.2%
Key (black)0.8%
Color previews
#fdceb3 text on a black background
contrast 14.66:1
Card sample
#fdceb3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdceb3;
Background color
Panel with #fdceb3 background
background-color: #fdceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdceb3; background: linear-gradient(135deg, #fdceb3, #FBFDB3);