#fbc6eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 198, 235
HSL
318°, 87%, 88%
CMYK
0, 21, 6, 2
Luminance
0.6690
Every format
| HEX | #fbc6eb |
| RGB | rgb(251, 198, 235) |
| HSL | hsl(318, 87%, 88%) |
| CMYK | cmyk(0%, 21%, 6%, 2%) |
| LAB | lab(85.5 24.7 -11.1) |
| LCH | lch(85.5 27.1 335.9) |
| OKLCH | oklch(0.884 0.077 337.5) |
Copy-ready code
/* CSS */
color: #fbc6eb;
background-color: #fbc6eb;
/* Tailwind (arbitrary) */
class="text-[#fbc6eb] bg-[#fbc6eb]"
/* SCSS */
$brand: #fbc6eb;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#fbc6eb")Accessibility — WCAG contrast
Aa
#fbc6eb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc6eb on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow6.4%
Key (black)1.6%
Color previews
#fbc6eb text on a black background
contrast 14.38:1
Card sample
#fbc6eb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc6eb;
Background color
Panel with #fbc6eb background
background-color: #fbc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc6eb; background: linear-gradient(135deg, #fbc6eb, #FBC6C7);