#fcadbb
a light, electric red · warm · closest name: pink
RGB
252, 173, 187
HSL
349°, 93%, 83%
CMYK
0, 31, 26, 1
Luminance
0.5417
Every format
| HEX | #fcadbb |
| RGB | rgb(252, 173, 187) |
| HSL | hsl(349, 93%, 83%) |
| CMYK | cmyk(0%, 31%, 26%, 1%) |
| LAB | lab(78.6 30.8 4.7) |
| LCH | lch(78.6 31.1 8.6) |
| OKLCH | oklch(0.827 0.094 7.7) |
Copy-ready code
/* CSS */
color: #fcadbb;
background-color: #fcadbb;
/* Tailwind (arbitrary) */
class="text-[#fcadbb] bg-[#fcadbb]"
/* SCSS */
$brand: #fcadbb;
/* SwiftUI */
Color(red: 0.988, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#fcadbb")Accessibility — WCAG contrast
Aa
#fcadbb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcadbb on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow25.8%
Key (black)1.2%
Color previews
#fcadbb text on a black background
contrast 11.83:1
Card sample
#fcadbb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcadbb;
Background color
Panel with #fcadbb background
background-color: #fcadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcadbb; background: linear-gradient(135deg, #fcadbb, #FCD4AD);