#fbaccd
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 172, 205
HSL
335°, 91%, 83%
CMYK
0, 32, 18, 2
Luminance
0.5442
Every format
| HEX | #fbaccd |
| RGB | rgb(251, 172, 205) |
| HSL | hsl(335, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 18%, 2%) |
| LAB | lab(78.7 33.5 -4.9) |
| LCH | lch(78.7 33.9 351.6) |
| OKLCH | oklch(0.830 0.101 352.8) |
Copy-ready code
/* CSS */
color: #fbaccd;
background-color: #fbaccd;
/* Tailwind (arbitrary) */
class="text-[#fbaccd] bg-[#fbaccd]"
/* SCSS */
$brand: #fbaccd;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.804)
/* Android */
Color.parseColor("#fbaccd")Accessibility — WCAG contrast
Aa
#fbaccd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaccd on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow18.3%
Key (black)1.6%
Color previews
#fbaccd text on a black background
contrast 11.88:1
Card sample
#fbaccd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaccd;
Background color
Panel with #fbaccd background
background-color: #fbaccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaccd; background: linear-gradient(135deg, #fbaccd, #FBBFAC);