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