#fbc0df
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 192, 223
HSL
329°, 88%, 87%
CMYK
0, 24, 11, 2
Luminance
0.6354
Every format
| HEX | #fbc0df |
| RGB | rgb(251, 192, 223) |
| HSL | hsl(329, 88%, 87%) |
| CMYK | cmyk(0%, 24%, 11%, 2%) |
| LAB | lab(83.7 25.8 -7.2) |
| LCH | lch(83.7 26.8 344.4) |
| OKLCH | oklch(0.870 0.078 346.0) |
Copy-ready code
/* CSS */
color: #fbc0df;
background-color: #fbc0df;
/* Tailwind (arbitrary) */
class="text-[#fbc0df] bg-[#fbc0df]"
/* SCSS */
$brand: #fbc0df;
/* SwiftUI */
Color(red: 0.984, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#fbc0df")Accessibility — WCAG contrast
Aa
#fbc0df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc0df on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fbc0df text on a black background
contrast 13.71:1
Card sample
#fbc0df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc0df;
Background color
Panel with #fbc0df background
background-color: #fbc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc0df; background: linear-gradient(135deg, #fbc0df, #FBC9C0);