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