#fbc6f1
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 198, 241
HSL
311°, 87%, 88%
CMYK
0, 21, 4, 2
Luminance
0.6725
Every format
| HEX | #fbc6f1 |
| RGB | rgb(251, 198, 241) |
| HSL | hsl(311, 87%, 88%) |
| CMYK | cmyk(0%, 21%, 4%, 2%) |
| LAB | lab(85.6 25.7 -14.0) |
| LCH | lch(85.6 29.3 331.5) |
| OKLCH | oklch(0.886 0.082 332.9) |
Copy-ready code
/* CSS */
color: #fbc6f1;
background-color: #fbc6f1;
/* Tailwind (arbitrary) */
class="text-[#fbc6f1] bg-[#fbc6f1]"
/* SCSS */
$brand: #fbc6f1;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.945)
/* Android */
Color.parseColor("#fbc6f1")Accessibility — WCAG contrast
Aa
#fbc6f1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc6f1 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow4.0%
Key (black)1.6%
Color previews
#fbc6f1 text on a black background
contrast 14.45:1
Card sample
#fbc6f1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc6f1;
Background color
Panel with #fbc6f1 background
background-color: #fbc6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc6f1; background: linear-gradient(135deg, #fbc6f1, #FBC6CE);