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