#fcafba
a light, electric red · warm · closest name: pink
RGB
252, 175, 186
HSL
351°, 93%, 84%
CMYK
0, 31, 26, 1
Luminance
0.5490
Every format
| HEX | #fcafba |
| RGB | rgb(252, 175, 186) |
| HSL | hsl(351, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 26%, 1%) |
| LAB | lab(79.0 29.6 5.8) |
| LCH | lch(79.0 30.1 11.1) |
| OKLCH | oklch(0.830 0.091 9.8) |
Copy-ready code
/* CSS */
color: #fcafba;
background-color: #fcafba;
/* Tailwind (arbitrary) */
class="text-[#fcafba] bg-[#fcafba]"
/* SCSS */
$brand: #fcafba;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#fcafba")Accessibility — WCAG contrast
Aa
#fcafba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcafba on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow26.2%
Key (black)1.2%
Color previews
#fcafba text on a black background
contrast 11.98:1
Card sample
#fcafba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcafba;
Background color
Panel with #fcafba background
background-color: #fcafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcafba; background: linear-gradient(135deg, #fcafba, #FCD7AF);