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