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