#fbaacd
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 170, 205
HSL
334°, 91%, 83%
CMYK
0, 32, 18, 2
Luminance
0.5367
Every format
| HEX | #fbaacd |
| RGB | rgb(251, 170, 205) |
| HSL | hsl(334, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 18%, 2%) |
| LAB | lab(78.3 34.6 -5.6) |
| LCH | lch(78.3 35.0 350.8) |
| OKLCH | oklch(0.826 0.104 352.1) |
Copy-ready code
/* CSS */
color: #fbaacd;
background-color: #fbaacd;
/* Tailwind (arbitrary) */
class="text-[#fbaacd] bg-[#fbaacd]"
/* SCSS */
$brand: #fbaacd;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.804)
/* Android */
Color.parseColor("#fbaacd")Accessibility — WCAG contrast
Aa
#fbaacd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaacd on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow18.3%
Key (black)1.6%
Color previews
#fbaacd text on a black background
contrast 11.73:1
Card sample
#fbaacd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaacd;
Background color
Panel with #fbaacd background
background-color: #fbaacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaacd; background: linear-gradient(135deg, #fbaacd, #FBBDAA);