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