#fbcad4
a pale, electric red · warm · closest name: pink
RGB
251, 202, 212
HSL
348°, 86%, 89%
CMYK
0, 20, 16, 2
Luminance
0.6750
Every format
| HEX | #fbcad4 |
| RGB | rgb(251, 202, 212) |
| HSL | hsl(348, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 16%, 2%) |
| LAB | lab(85.8 18.8 1.6) |
| LCH | lch(85.8 18.9 4.9) |
| OKLCH | oklch(0.884 0.057 4.6) |
Copy-ready code
/* CSS */
color: #fbcad4;
background-color: #fbcad4;
/* Tailwind (arbitrary) */
class="text-[#fbcad4] bg-[#fbcad4]"
/* SCSS */
$brand: #fbcad4;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.831)
/* Android */
Color.parseColor("#fbcad4")Accessibility — WCAG contrast
Aa
#fbcad4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcad4 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow15.5%
Key (black)1.6%
Color previews
#fbcad4 text on a black background
contrast 14.50:1
Card sample
#fbcad4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcad4;
Background color
Panel with #fbcad4 background
background-color: #fbcad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcad4; background: linear-gradient(135deg, #fbcad4, #FBE1CA);