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