#fbccfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 204, 251
HSL
300°, 86%, 89%
CMYK
0, 19, 0, 2
Luminance
0.7066
Every format
| HEX | #fbccfb |
| RGB | rgb(251, 204, 251) |
| HSL | hsl(300, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 0%, 2%) |
| LAB | lab(87.3 24.3 -16.7) |
| LCH | lch(87.3 29.5 325.5) |
| OKLCH | oklch(0.900 0.081 326.2) |
Copy-ready code
/* CSS */
color: #fbccfb;
background-color: #fbccfb;
/* Tailwind (arbitrary) */
class="text-[#fbccfb] bg-[#fbccfb]"
/* SCSS */
$brand: #fbccfb;
/* SwiftUI */
Color(red: 0.984, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#fbccfb")Accessibility — WCAG contrast
Aa
#fbccfb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbccfb on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.0%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#fbccfb text on a black background
contrast 15.13:1
Card sample
#fbccfb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbccfb;
Background color
Panel with #fbccfb background
background-color: #fbccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbccfb; background: linear-gradient(135deg, #fbccfb, #FBCCDC);