#fbc3eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 195, 235
HSL
317°, 88%, 88%
CMYK
0, 22, 6, 2
Luminance
0.6554
Every format
| HEX | #fbc3eb |
| RGB | rgb(251, 195, 235) |
| HSL | hsl(317, 88%, 88%) |
| CMYK | cmyk(0%, 22%, 6%, 2%) |
| LAB | lab(84.8 26.3 -12.1) |
| LCH | lch(84.8 28.9 335.3) |
| OKLCH | oklch(0.879 0.082 336.9) |
Copy-ready code
/* CSS */
color: #fbc3eb;
background-color: #fbc3eb;
/* Tailwind (arbitrary) */
class="text-[#fbc3eb] bg-[#fbc3eb]"
/* SCSS */
$brand: #fbc3eb;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#fbc3eb")Accessibility — WCAG contrast
Aa
#fbc3eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3eb on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow6.4%
Key (black)1.6%
Color previews
#fbc3eb text on a black background
contrast 14.11:1
Card sample
#fbc3eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3eb;
Background color
Panel with #fbc3eb background
background-color: #fbc3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3eb; background: linear-gradient(135deg, #fbc3eb, #FBC3C6);