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