#fbc5df
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 197, 223
HSL
331°, 87%, 88%
CMYK
0, 22, 11, 2
Luminance
0.6577
Every format
| HEX | #fbc5df |
| RGB | rgb(251, 197, 223) |
| HSL | hsl(331, 87%, 88%) |
| CMYK | cmyk(0%, 22%, 11%, 2%) |
| LAB | lab(84.9 23.2 -5.5) |
| LCH | lch(84.9 23.9 346.6) |
| OKLCH | oklch(0.879 0.070 348.1) |
Copy-ready code
/* CSS */
color: #fbc5df;
background-color: #fbc5df;
/* Tailwind (arbitrary) */
class="text-[#fbc5df] bg-[#fbc5df]"
/* SCSS */
$brand: #fbc5df;
/* SwiftUI */
Color(red: 0.984, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#fbc5df")Accessibility — WCAG contrast
Aa
#fbc5df on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc5df on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fbc5df text on a black background
contrast 14.15:1
Card sample
#fbc5df text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc5df;
Background color
Panel with #fbc5df background
background-color: #fbc5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc5df; background: linear-gradient(135deg, #fbc5df, #FBCFC5);