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