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