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