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