#fbd4cf
a pale, electric red · warm · closest name: pink
RGB
251, 212, 207
HSL
7°, 85%, 90%
CMYK
0, 16, 18, 2
Luminance
0.7210
Every format
| HEX | #fbd4cf |
| RGB | rgb(251, 212, 207) |
| HSL | hsl(7, 85%, 90%) |
| CMYK | cmyk(0%, 16%, 18%, 2%) |
| LAB | lab(88.0 12.8 7.5) |
| LCH | lch(88.0 14.9 30.5) |
| OKLCH | oklch(0.902 0.044 26.6) |
Copy-ready code
/* CSS */
color: #fbd4cf;
background-color: #fbd4cf;
/* Tailwind (arbitrary) */
class="text-[#fbd4cf] bg-[#fbd4cf]"
/* SCSS */
$brand: #fbd4cf;
/* SwiftUI */
Color(red: 0.984, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#fbd4cf")Accessibility — WCAG contrast
Aa
#fbd4cf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd4cf on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green83.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow17.5%
Key (black)1.6%
Color previews
#fbd4cf text on a black background
contrast 15.42:1
Card sample
#fbd4cf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd4cf;
Background color
Panel with #fbd4cf background
background-color: #fbd4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd4cf; background: linear-gradient(135deg, #fbd4cf, #FBF1CF);