#fbcfcd
a pale, electric red · warm · closest name: pink
RGB
251, 207, 205
HSL
3°, 85%, 89%
CMYK
0, 18, 18, 2
Luminance
0.6954
Every format
| HEX | #fbcfcd |
| RGB | rgb(251, 207, 205) |
| HSL | hsl(3, 85%, 89%) |
| CMYK | cmyk(0%, 18%, 18%, 2%) |
| LAB | lab(86.8 15.2 6.8) |
| LCH | lch(86.8 16.6 24.2) |
| OKLCH | oklch(0.892 0.050 21.2) |
Copy-ready code
/* CSS */
color: #fbcfcd;
background-color: #fbcfcd;
/* Tailwind (arbitrary) */
class="text-[#fbcfcd] bg-[#fbcfcd]"
/* SCSS */
$brand: #fbcfcd;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#fbcfcd")Accessibility — WCAG contrast
Aa
#fbcfcd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfcd on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow18.3%
Key (black)1.6%
Color previews
#fbcfcd text on a black background
contrast 14.91:1
Card sample
#fbcfcd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfcd;
Background color
Panel with #fbcfcd background
background-color: #fbcfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfcd; background: linear-gradient(135deg, #fbcfcd, #FBEECD);