#fdcebd
a pale, electric orange · warm · closest name: pink
RGB
253, 206, 189
HSL
16°, 94%, 87%
CMYK
0, 19, 25, 1
Luminance
0.6870
Every format
| HEX | #fdcebd |
| RGB | rgb(253, 206, 189) |
| HSL | hsl(16, 94%, 87%) |
| CMYK | cmyk(0%, 19%, 25%, 1%) |
| LAB | lab(86.4 14.1 14.7) |
| LCH | lch(86.4 20.4 46.2) |
| OKLCH | oklch(0.888 0.058 40.8) |
Copy-ready code
/* CSS */
color: #fdcebd;
background-color: #fdcebd;
/* Tailwind (arbitrary) */
class="text-[#fdcebd] bg-[#fdcebd]"
/* SCSS */
$brand: #fdcebd;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.741)
/* Android */
Color.parseColor("#fdcebd")Accessibility — WCAG contrast
Aa
#fdcebd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcebd on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow25.3%
Key (black)0.8%
Color previews
#fdcebd text on a black background
contrast 14.74:1
Card sample
#fdcebd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcebd;
Background color
Panel with #fdcebd background
background-color: #fdcebd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcebd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcebd; background: linear-gradient(135deg, #fdcebd, #FDF9BD);