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