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