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