#fbc3f4
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 195, 244
HSL
308°, 88%, 88%
CMYK
0, 22, 3, 2
Luminance
0.6607
Every format
| HEX | #fbc3f4 |
| RGB | rgb(251, 195, 244) |
| HSL | hsl(308, 88%, 88%) |
| CMYK | cmyk(0%, 22%, 3%, 2%) |
| LAB | lab(85.0 27.8 -16.5) |
| LCH | lch(85.0 32.3 329.4) |
| OKLCH | oklch(0.882 0.090 330.6) |
Copy-ready code
/* CSS */
color: #fbc3f4;
background-color: #fbc3f4;
/* Tailwind (arbitrary) */
class="text-[#fbc3f4] bg-[#fbc3f4]"
/* SCSS */
$brand: #fbc3f4;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.957)
/* Android */
Color.parseColor("#fbc3f4")Accessibility — WCAG contrast
Aa
#fbc3f4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3f4 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow2.8%
Key (black)1.6%
Color previews
#fbc3f4 text on a black background
contrast 14.21:1
Card sample
#fbc3f4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3f4;
Background color
Panel with #fbc3f4 background
background-color: #fbc3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3f4; background: linear-gradient(135deg, #fbc3f4, #FBC3CF);