#fbcadf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 202, 223
HSL
334°, 86%, 89%
CMYK
0, 20, 11, 2
Luminance
0.6808
Every format
| HEX | #fbcadf |
| RGB | rgb(251, 202, 223) |
| HSL | hsl(334, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 11%, 2%) |
| LAB | lab(86.0 20.6 -3.8) |
| LCH | lch(86.0 20.9 349.6) |
| OKLCH | oklch(0.888 0.061 350.8) |
Copy-ready code
/* CSS */
color: #fbcadf;
background-color: #fbcadf;
/* Tailwind (arbitrary) */
class="text-[#fbcadf] bg-[#fbcadf]"
/* SCSS */
$brand: #fbcadf;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#fbcadf")Accessibility — WCAG contrast
Aa
#fbcadf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcadf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fbcadf text on a black background
contrast 14.62:1
Card sample
#fbcadf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcadf;
Background color
Panel with #fbcadf background
background-color: #fbcadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcadf; background: linear-gradient(135deg, #fbcadf, #FBD6CA);