#fbc9bd
a pale, electric red · warm · closest name: pink
RGB
251, 201, 189
HSL
12°, 89%, 86%
CMYK
0, 20, 25, 2
Luminance
0.6596
Every format
| HEX | #fbc9bd |
| RGB | rgb(251, 201, 189) |
| HSL | hsl(12, 89%, 86%) |
| CMYK | cmyk(0%, 20%, 25%, 2%) |
| LAB | lab(85.0 16.0 12.7) |
| LCH | lch(85.0 20.4 38.5) |
| OKLCH | oklch(0.876 0.060 33.8) |
Copy-ready code
/* CSS */
color: #fbc9bd;
background-color: #fbc9bd;
/* Tailwind (arbitrary) */
class="text-[#fbc9bd] bg-[#fbc9bd]"
/* SCSS */
$brand: #fbc9bd;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.741)
/* Android */
Color.parseColor("#fbc9bd")Accessibility — WCAG contrast
Aa
#fbc9bd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9bd on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow24.7%
Key (black)1.6%
Color previews
#fbc9bd text on a black background
contrast 14.19:1
Card sample
#fbc9bd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9bd;
Background color
Panel with #fbc9bd background
background-color: #fbc9bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9bd; background: linear-gradient(135deg, #fbc9bd, #FBF2BD);