#fbc0eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 192, 235
HSL
316°, 88%, 87%
CMYK
0, 24, 6, 2
Luminance
0.6421
Every format
| HEX | #fbc0eb |
| RGB | rgb(251, 192, 235) |
| HSL | hsl(316, 88%, 87%) |
| CMYK | cmyk(0%, 24%, 6%, 2%) |
| LAB | lab(84.1 27.9 -13.1) |
| LCH | lch(84.1 30.8 334.8) |
| OKLCH | oklch(0.874 0.087 336.4) |
Copy-ready code
/* CSS */
color: #fbc0eb;
background-color: #fbc0eb;
/* Tailwind (arbitrary) */
class="text-[#fbc0eb] bg-[#fbc0eb]"
/* SCSS */
$brand: #fbc0eb;
/* SwiftUI */
Color(red: 0.984, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#fbc0eb")Accessibility — WCAG contrast
Aa
#fbc0eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc0eb on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow6.4%
Key (black)1.6%
Color previews
#fbc0eb text on a black background
contrast 13.84:1
Card sample
#fbc0eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc0eb;
Background color
Panel with #fbc0eb background
background-color: #fbc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc0eb; background: linear-gradient(135deg, #fbc0eb, #FBC0C4);