#fbcfc8
a pale, electric red · warm · closest name: pink
RGB
251, 207, 200
HSL
8°, 86%, 88%
CMYK
0, 18, 20, 2
Luminance
0.6931
Every format
| HEX | #fbcfc8 |
| RGB | rgb(251, 207, 200) |
| HSL | hsl(8, 86%, 88%) |
| CMYK | cmyk(0%, 18%, 20%, 2%) |
| LAB | lab(86.7 14.4 9.3) |
| LCH | lch(86.7 17.1 32.8) |
| OKLCH | oklch(0.890 0.051 28.7) |
Copy-ready code
/* CSS */
color: #fbcfc8;
background-color: #fbcfc8;
/* Tailwind (arbitrary) */
class="text-[#fbcfc8] bg-[#fbcfc8]"
/* SCSS */
$brand: #fbcfc8;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.784)
/* Android */
Color.parseColor("#fbcfc8")Accessibility — WCAG contrast
Aa
#fbcfc8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfc8 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow20.3%
Key (black)1.6%
Color previews
#fbcfc8 text on a black background
contrast 14.86:1
Card sample
#fbcfc8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfc8;
Background color
Panel with #fbcfc8 background
background-color: #fbcfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfc8; background: linear-gradient(135deg, #fbcfc8, #FBF1C8);