#fbdcd7
a pale, electric red · warm · closest name: white
RGB
251, 220, 215
HSL
8°, 82%, 91%
CMYK
0, 12, 14, 2
Luminance
0.7660
Every format
| HEX | #fbdcd7 |
| RGB | rgb(251, 220, 215) |
| HSL | hsl(8, 82%, 91%) |
| CMYK | cmyk(0%, 12%, 14%, 2%) |
| LAB | lab(90.1 9.9 6.4) |
| LCH | lch(90.1 11.8 32.8) |
| OKLCH | oklch(0.919 0.035 28.7) |
Copy-ready code
/* CSS */
color: #fbdcd7;
background-color: #fbdcd7;
/* Tailwind (arbitrary) */
class="text-[#fbdcd7] bg-[#fbdcd7]"
/* SCSS */
$brand: #fbdcd7;
/* SwiftUI */
Color(red: 0.984, green: 0.863, blue: 0.843)
/* Android */
Color.parseColor("#fbdcd7")Accessibility — WCAG contrast
Aa
#fbdcd7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdcd7 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.3%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow14.3%
Key (black)1.6%
Color previews
#fbdcd7 text on a black background
contrast 16.32:1
Card sample
#fbdcd7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdcd7;
Background color
Panel with #fbdcd7 background
background-color: #fbdcd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdcd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 220, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 220, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdcd7; background: linear-gradient(135deg, #fbdcd7, #FBF4D7);