#fbc8eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 200, 235
HSL
319°, 86%, 88%
CMYK
0, 20, 6, 2
Luminance
0.6782
Every format
| HEX | #fbc8eb |
| RGB | rgb(251, 200, 235) |
| HSL | hsl(319, 86%, 88%) |
| CMYK | cmyk(0%, 20%, 6%, 2%) |
| LAB | lab(85.9 23.6 -10.4) |
| LCH | lch(85.9 25.8 336.3) |
| OKLCH | oklch(0.888 0.073 338.0) |
Copy-ready code
/* CSS */
color: #fbc8eb;
background-color: #fbc8eb;
/* Tailwind (arbitrary) */
class="text-[#fbc8eb] bg-[#fbc8eb]"
/* SCSS */
$brand: #fbc8eb;
/* SwiftUI */
Color(red: 0.984, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#fbc8eb")Accessibility — WCAG contrast
Aa
#fbc8eb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc8eb on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow6.4%
Key (black)1.6%
Color previews
#fbc8eb text on a black background
contrast 14.56:1
Card sample
#fbc8eb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc8eb;
Background color
Panel with #fbc8eb background
background-color: #fbc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc8eb; background: linear-gradient(135deg, #fbc8eb, #FBC8C9);