#fbc2ec
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 194, 236
HSL
316°, 88%, 87%
CMYK
0, 23, 6, 2
Luminance
0.6515
Every format
| HEX | #fbc2ec |
| RGB | rgb(251, 194, 236) |
| HSL | hsl(316, 88%, 87%) |
| CMYK | cmyk(0%, 23%, 6%, 2%) |
| LAB | lab(84.6 27.0 -12.9) |
| LCH | lch(84.6 29.9 334.4) |
| OKLCH | oklch(0.877 0.084 336.0) |
Copy-ready code
/* CSS */
color: #fbc2ec;
background-color: #fbc2ec;
/* Tailwind (arbitrary) */
class="text-[#fbc2ec] bg-[#fbc2ec]"
/* SCSS */
$brand: #fbc2ec;
/* SwiftUI */
Color(red: 0.984, green: 0.761, blue: 0.925)
/* Android */
Color.parseColor("#fbc2ec")Accessibility — WCAG contrast
Aa
#fbc2ec on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc2ec on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow6.0%
Key (black)1.6%
Color previews
#fbc2ec text on a black background
contrast 14.03:1
Card sample
#fbc2ec text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc2ec;
Background color
Panel with #fbc2ec background
background-color: #fbc2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 194, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 194, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc2ec; background: linear-gradient(135deg, #fbc2ec, #FBC2C6);