#fdccba
a pale, electric orange · warm · closest name: pink
RGB
253, 204, 186
HSL
16°, 94%, 86%
CMYK
0, 19, 27, 1
Luminance
0.6761
Every format
| HEX | #fdccba |
| RGB | rgb(253, 204, 186) |
| HSL | hsl(16, 94%, 86%) |
| CMYK | cmyk(0%, 19%, 27%, 1%) |
| LAB | lab(85.8 14.7 15.5) |
| LCH | lch(85.8 21.4 46.5) |
| OKLCH | oklch(0.883 0.061 41.1) |
Copy-ready code
/* CSS */
color: #fdccba;
background-color: #fdccba;
/* Tailwind (arbitrary) */
class="text-[#fdccba] bg-[#fdccba]"
/* SCSS */
$brand: #fdccba;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#fdccba")Accessibility — WCAG contrast
Aa
#fdccba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccba on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fdccba text on a black background
contrast 14.52:1
Card sample
#fdccba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccba;
Background color
Panel with #fdccba background
background-color: #fdccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccba; background: linear-gradient(135deg, #fdccba, #FDF9BA);