#fbcfc3
a pale, electric red · warm · closest name: pink
RGB
251, 207, 195
HSL
13°, 88%, 88%
CMYK
0, 18, 22, 2
Luminance
0.6908
Every format
| HEX | #fbcfc3 |
| RGB | rgb(251, 207, 195) |
| HSL | hsl(13, 88%, 88%) |
| CMYK | cmyk(0%, 18%, 22%, 2%) |
| LAB | lab(86.5 13.7 11.8) |
| LCH | lch(86.5 18.1 40.7) |
| OKLCH | oklch(0.889 0.053 35.7) |
Copy-ready code
/* CSS */
color: #fbcfc3;
background-color: #fbcfc3;
/* Tailwind (arbitrary) */
class="text-[#fbcfc3] bg-[#fbcfc3]"
/* SCSS */
$brand: #fbcfc3;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#fbcfc3")Accessibility — WCAG contrast
Aa
#fbcfc3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcfc3 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow22.3%
Key (black)1.6%
Color previews
#fbcfc3 text on a black background
contrast 14.82:1
Card sample
#fbcfc3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcfc3;
Background color
Panel with #fbcfc3 background
background-color: #fbcfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcfc3; background: linear-gradient(135deg, #fbcfc3, #FBF4C3);