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