#fcbbaf
a light, electric red · warm · closest name: pink
RGB
252, 187, 175
HSL
9°, 93%, 84%
CMYK
0, 26, 31, 1
Luminance
0.5933
Every format
| HEX | #fcbbaf |
| RGB | rgb(252, 187, 175) |
| HSL | hsl(9, 93%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 1%) |
| LAB | lab(81.5 21.8 15.3) |
| LCH | lch(81.5 26.6 35.0) |
| OKLCH | oklch(0.849 0.078 30.6) |
Copy-ready code
/* CSS */
color: #fcbbaf;
background-color: #fcbbaf;
/* Tailwind (arbitrary) */
class="text-[#fcbbaf] bg-[#fcbbaf]"
/* SCSS */
$brand: #fcbbaf;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#fcbbaf")Accessibility — WCAG contrast
Aa
#fcbbaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbbaf on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow30.6%
Key (black)1.2%
Color previews
#fcbbaf text on a black background
contrast 12.87:1
Card sample
#fcbbaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbbaf;
Background color
Panel with #fcbbaf background
background-color: #fcbbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbbaf; background: linear-gradient(135deg, #fcbbaf, #FCEEAF);