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