#fbcffc
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 207, 252
HSL
299°, 88%, 90%
CMYK
0, 18, 0, 1
Luminance
0.7216
Every format
| HEX | #fbcffc |
| RGB | rgb(251, 207, 252) |
| HSL | hsl(299, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 0%, 1%) |
| LAB | lab(88.0 22.9 -16.2) |
| LCH | lch(88.0 28.1 324.8) |
| OKLCH | oklch(0.906 0.076 325.5) |
Copy-ready code
/* CSS */
color: #fbcffc;
background-color: #fbcffc;
/* Tailwind (arbitrary) */
class="text-[#fbcffc] bg-[#fbcffc]"
/* SCSS */
$brand: #fbcffc;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#fbcffc")Accessibility — WCAG contrast
Aa
#fbcffc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcffc on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fbcffc text on a black background
contrast 15.43:1
Card sample
#fbcffc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcffc;
Background color
Panel with #fbcffc background
background-color: #fbcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcffc; background: linear-gradient(135deg, #fbcffc, #FCCFDF);