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