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