#fbaac2
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 170, 194
HSL
342°, 91%, 83%
CMYK
0, 32, 23, 2
Luminance
0.5315
Every format
| HEX | #fbaac2 |
| RGB | rgb(251, 170, 194) |
| HSL | hsl(342, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 23%, 2%) |
| LAB | lab(78.0 33.0 -0.0) |
| LCH | lch(78.0 33.0 359.9) |
| OKLCH | oklch(0.823 0.099 0.2) |
Copy-ready code
/* CSS */
color: #fbaac2;
background-color: #fbaac2;
/* Tailwind (arbitrary) */
class="text-[#fbaac2] bg-[#fbaac2]"
/* SCSS */
$brand: #fbaac2;
/* SwiftUI */
Color(red: 0.984, green: 0.667, blue: 0.761)
/* Android */
Color.parseColor("#fbaac2")Accessibility — WCAG contrast
Aa
#fbaac2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaac2 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow22.7%
Key (black)1.6%
Color previews
#fbaac2 text on a black background
contrast 11.63:1
Card sample
#fbaac2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaac2;
Background color
Panel with #fbaac2 background
background-color: #fbaac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 170, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 170, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaac2; background: linear-gradient(135deg, #fbaac2, #FBC8AA);