#fbcbc4
a pale, electric red · warm · closest name: pink
RGB
251, 203, 196
HSL
8°, 87%, 88%
CMYK
0, 19, 22, 2
Luminance
0.6721
Every format
| HEX | #fbcbc4 |
| RGB | rgb(251, 203, 196) |
| HSL | hsl(8, 87%, 88%) |
| CMYK | cmyk(0%, 19%, 22%, 2%) |
| LAB | lab(85.6 15.9 9.9) |
| LCH | lch(85.6 18.8 31.9) |
| OKLCH | oklch(0.882 0.056 27.9) |
Copy-ready code
/* CSS */
color: #fbcbc4;
background-color: #fbcbc4;
/* Tailwind (arbitrary) */
class="text-[#fbcbc4] bg-[#fbcbc4]"
/* SCSS */
$brand: #fbcbc4;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.769)
/* Android */
Color.parseColor("#fbcbc4")Accessibility — WCAG contrast
Aa
#fbcbc4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbc4 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow21.9%
Key (black)1.6%
Color previews
#fbcbc4 text on a black background
contrast 14.44:1
Card sample
#fbcbc4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbc4;
Background color
Panel with #fbcbc4 background
background-color: #fbcbc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbc4; background: linear-gradient(135deg, #fbcbc4, #FBF0C4);