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