#fdcebc
a pale, electric orange · warm · closest name: pink
RGB
253, 206, 188
HSL
17°, 94%, 87%
CMYK
0, 19, 26, 1
Luminance
0.6866
Every format
| HEX | #fdcebc |
| RGB | rgb(253, 206, 188) |
| HSL | hsl(17, 94%, 87%) |
| CMYK | cmyk(0%, 19%, 26%, 1%) |
| LAB | lab(86.3 14.0 15.2) |
| LCH | lch(86.3 20.6 47.4) |
| OKLCH | oklch(0.887 0.059 42.0) |
Copy-ready code
/* CSS */
color: #fdcebc;
background-color: #fdcebc;
/* Tailwind (arbitrary) */
class="text-[#fdcebc] bg-[#fdcebc]"
/* SCSS */
$brand: #fdcebc;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#fdcebc")Accessibility — WCAG contrast
Aa
#fdcebc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcebc on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow25.7%
Key (black)0.8%
Color previews
#fdcebc text on a black background
contrast 14.73:1
Card sample
#fdcebc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcebc;
Background color
Panel with #fdcebc background
background-color: #fdcebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcebc; background: linear-gradient(135deg, #fdcebc, #FDF9BC);