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