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