#fbd8cd
a pale, electric red · warm · closest name: pink
RGB
251, 216, 205
HSL
14°, 85%, 89%
CMYK
0, 14, 18, 2
Luminance
0.7403
Every format
| HEX | #fbd8cd |
| RGB | rgb(251, 216, 205) |
| HSL | hsl(14, 85%, 89%) |
| CMYK | cmyk(0%, 14%, 18%, 2%) |
| LAB | lab(88.9 10.5 9.9) |
| LCH | lch(88.9 14.4 43.5) |
| OKLCH | oklch(0.909 0.042 38.2) |
Copy-ready code
/* CSS */
color: #fbd8cd;
background-color: #fbd8cd;
/* Tailwind (arbitrary) */
class="text-[#fbd8cd] bg-[#fbd8cd]"
/* SCSS */
$brand: #fbd8cd;
/* SwiftUI */
Color(red: 0.984, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#fbd8cd")Accessibility — WCAG contrast
Aa
#fbd8cd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd8cd on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green84.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow18.3%
Key (black)1.6%
Color previews
#fbd8cd text on a black background
contrast 15.81:1
Card sample
#fbd8cd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd8cd;
Background color
Panel with #fbd8cd background
background-color: #fbd8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd8cd; background: linear-gradient(135deg, #fbd8cd, #FBF7CD);