#fbc3df
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 195, 223
HSL
330°, 88%, 88%
CMYK
0, 22, 11, 2
Luminance
0.6487
Every format
| HEX | #fbc3df |
| RGB | rgb(251, 195, 223) |
| HSL | hsl(330, 88%, 88%) |
| CMYK | cmyk(0%, 22%, 11%, 2%) |
| LAB | lab(84.4 24.3 -6.2) |
| LCH | lch(84.4 25.0 345.7) |
| OKLCH | oklch(0.875 0.073 347.2) |
Copy-ready code
/* CSS */
color: #fbc3df;
background-color: #fbc3df;
/* Tailwind (arbitrary) */
class="text-[#fbc3df] bg-[#fbc3df]"
/* SCSS */
$brand: #fbc3df;
/* SwiftUI */
Color(red: 0.984, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#fbc3df")Accessibility — WCAG contrast
Aa
#fbc3df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc3df on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow11.2%
Key (black)1.6%
Color previews
#fbc3df text on a black background
contrast 13.97:1
Card sample
#fbc3df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc3df;
Background color
Panel with #fbc3df background
background-color: #fbc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc3df; background: linear-gradient(135deg, #fbc3df, #FBCDC3);