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