#fbace2
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 172, 226
HSL
319°, 91%, 83%
CMYK
0, 32, 10, 2
Luminance
0.5551
Every format
| HEX | #fbace2 |
| RGB | rgb(251, 172, 226) |
| HSL | hsl(319, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 10%, 2%) |
| LAB | lab(79.3 36.9 -15.4) |
| LCH | lch(79.3 39.9 337.3) |
| OKLCH | oklch(0.836 0.114 339.0) |
Copy-ready code
/* CSS */
color: #fbace2;
background-color: #fbace2;
/* Tailwind (arbitrary) */
class="text-[#fbace2] bg-[#fbace2]"
/* SCSS */
$brand: #fbace2;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#fbace2")Accessibility — WCAG contrast
Aa
#fbace2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbace2 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow10.0%
Key (black)1.6%
Color previews
#fbace2 text on a black background
contrast 12.10:1
Card sample
#fbace2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbace2;
Background color
Panel with #fbace2 background
background-color: #fbace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbace2; background: linear-gradient(135deg, #fbace2, #FBACAD);