#fbc3fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 195, 252
HSL
299°, 91%, 88%
CMYK
0, 23, 0, 1
Luminance
0.6657
Every format
| HEX | #fbc3fc |
| RGB | rgb(251, 195, 252) |
| HSL | hsl(299, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 0%, 1%) |
| LAB | lab(85.3 29.3 -20.3) |
| LCH | lch(85.3 35.6 325.2) |
| OKLCH | oklch(0.885 0.097 325.8) |
Copy-ready code
/* CSS */
color: #fbc3fc;
background-color: #fbc3fc;
/* Tailwind (arbitrary) */
class="text-[#fbc3fc] bg-[#fbc3fc]"
/* SCSS */
$brand: #fbc3fc;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#fbc3fc")Accessibility — WCAG contrast
Aa
#fbc3fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3fc on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#fbc3fc text on a black background
contrast 14.31:1
Card sample
#fbc3fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3fc;
Background color
Panel with #fbc3fc background
background-color: #fbc3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3fc; background: linear-gradient(135deg, #fbc3fc, #FCC3D7);