#fbc4f7
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 196, 247
HSL
304°, 87%, 88%
CMYK
0, 22, 2, 2
Luminance
0.6670
Every format
| HEX | #fbc4f7 |
| RGB | rgb(251, 196, 247) |
| HSL | hsl(304, 87%, 88%) |
| CMYK | cmyk(0%, 22%, 2%, 2%) |
| LAB | lab(85.4 27.8 -17.6) |
| LCH | lch(85.4 32.9 327.7) |
| OKLCH | oklch(0.885 0.091 328.7) |
Copy-ready code
/* CSS */
color: #fbc4f7;
background-color: #fbc4f7;
/* Tailwind (arbitrary) */
class="text-[#fbc4f7] bg-[#fbc4f7]"
/* SCSS */
$brand: #fbc4f7;
/* SwiftUI */
Color(red: 0.984, green: 0.769, blue: 0.969)
/* Android */
Color.parseColor("#fbc4f7")Accessibility — WCAG contrast
Aa
#fbc4f7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc4f7 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.9%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow1.6%
Key (black)1.6%
Color previews
#fbc4f7 text on a black background
contrast 14.34:1
Card sample
#fbc4f7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc4f7;
Background color
Panel with #fbc4f7 background
background-color: #fbc4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 196, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 196, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc4f7; background: linear-gradient(135deg, #fbc4f7, #FBC4D2);