#fcbfac
a light, electric red · warm · closest name: pink
RGB
252, 191, 172
HSL
14°, 93%, 83%
CMYK
0, 24, 32, 1
Luminance
0.6094
Every format
| HEX | #fcbfac |
| RGB | rgb(252, 191, 172) |
| HSL | hsl(14, 93%, 83%) |
| CMYK | cmyk(0%, 24%, 32%, 1%) |
| LAB | lab(82.3 19.4 18.1) |
| LCH | lch(82.3 26.5 43.1) |
| OKLCH | oklch(0.855 0.075 38.0) |
Copy-ready code
/* CSS */
color: #fcbfac;
background-color: #fcbfac;
/* Tailwind (arbitrary) */
class="text-[#fcbfac] bg-[#fcbfac]"
/* SCSS */
$brand: #fcbfac;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#fcbfac")Accessibility — WCAG contrast
Aa
#fcbfac on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbfac on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow31.7%
Key (black)1.2%
Color previews
#fcbfac text on a black background
contrast 13.19:1
Card sample
#fcbfac text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbfac;
Background color
Panel with #fcbfac background
background-color: #fcbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbfac; background: linear-gradient(135deg, #fcbfac, #FCF4AC);