#fbcbcf
a pale, electric red · warm · closest name: pink
RGB
251, 203, 207
HSL
355°, 86%, 89%
CMYK
0, 19, 18, 2
Luminance
0.6773
Every format
| HEX | #fbcbcf |
| RGB | rgb(251, 203, 207) |
| HSL | hsl(355, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 18%, 2%) |
| LAB | lab(85.9 17.5 4.5) |
| LCH | lch(85.9 18.1 14.2) |
| OKLCH | oklch(0.885 0.055 12.6) |
Copy-ready code
/* CSS */
color: #fbcbcf;
background-color: #fbcbcf;
/* Tailwind (arbitrary) */
class="text-[#fbcbcf] bg-[#fbcbcf]"
/* SCSS */
$brand: #fbcbcf;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#fbcbcf")Accessibility — WCAG contrast
Aa
#fbcbcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbcf on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow17.5%
Key (black)1.6%
Color previews
#fbcbcf text on a black background
contrast 14.55:1
Card sample
#fbcbcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbcf;
Background color
Panel with #fbcbcf background
background-color: #fbcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbcf; background: linear-gradient(135deg, #fbcbcf, #FBE7CB);