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