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