#fbcbc9
a pale, electric red · warm · closest name: pink
RGB
251, 203, 201
HSL
2°, 86%, 89%
CMYK
0, 19, 20, 2
Luminance
0.6744
Every format
| HEX | #fbcbc9 |
| RGB | rgb(251, 203, 201) |
| HSL | hsl(2, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 20%, 2%) |
| LAB | lab(85.7 16.6 7.4) |
| LCH | lch(85.7 18.2 24.0) |
| OKLCH | oklch(0.883 0.055 21.0) |
Copy-ready code
/* CSS */
color: #fbcbc9;
background-color: #fbcbc9;
/* Tailwind (arbitrary) */
class="text-[#fbcbc9] bg-[#fbcbc9]"
/* SCSS */
$brand: #fbcbc9;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#fbcbc9")Accessibility — WCAG contrast
Aa
#fbcbc9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbc9 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow19.9%
Key (black)1.6%
Color previews
#fbcbc9 text on a black background
contrast 14.49:1
Card sample
#fbcbc9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbc9;
Background color
Panel with #fbcbc9 background
background-color: #fbcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbc9; background: linear-gradient(135deg, #fbcbc9, #FBECC9);