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