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