#fbcafb
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 202, 251
HSL
300°, 86%, 89%
CMYK
0, 20, 0, 2
Luminance
0.6972
Every format
| HEX | #fbcafb |
| RGB | rgb(251, 202, 251) |
| HSL | hsl(300, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 0%, 2%) |
| LAB | lab(86.9 25.4 -17.4) |
| LCH | lch(86.9 30.8 325.5) |
| OKLCH | oklch(0.896 0.084 326.3) |
Copy-ready code
/* CSS */
color: #fbcafb;
background-color: #fbcafb;
/* Tailwind (arbitrary) */
class="text-[#fbcafb] bg-[#fbcafb]"
/* SCSS */
$brand: #fbcafb;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#fbcafb")Accessibility — WCAG contrast
Aa
#fbcafb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcafb on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#fbcafb text on a black background
contrast 14.94:1
Card sample
#fbcafb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcafb;
Background color
Panel with #fbcafb background
background-color: #fbcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcafb; background: linear-gradient(135deg, #fbcafb, #FBCADA);