#fbcff8
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 207, 248
HSL
304°, 85%, 90%
CMYK
0, 18, 1, 2
Luminance
0.7191
Every format
| HEX | #fbcff8 |
| RGB | rgb(251, 207, 248) |
| HSL | hsl(304, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 1%, 2%) |
| LAB | lab(87.9 22.2 -14.3) |
| LCH | lch(87.9 26.4 327.3) |
| OKLCH | oklch(0.904 0.073 328.4) |
Copy-ready code
/* CSS */
color: #fbcff8;
background-color: #fbcff8;
/* Tailwind (arbitrary) */
class="text-[#fbcff8] bg-[#fbcff8]"
/* SCSS */
$brand: #fbcff8;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.973)
/* Android */
Color.parseColor("#fbcff8")Accessibility — WCAG contrast
Aa
#fbcff8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcff8 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow1.2%
Key (black)1.6%
Color previews
#fbcff8 text on a black background
contrast 15.38:1
Card sample
#fbcff8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcff8;
Background color
Panel with #fbcff8 background
background-color: #fbcff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcff8; background: linear-gradient(135deg, #fbcff8, #FBCFDB);