#fbace9
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 172, 233
HSL
314°, 91%, 83%
CMYK
0, 32, 7, 2
Luminance
0.5590
Every format
| HEX | #fbace9 |
| RGB | rgb(251, 172, 233) |
| HSL | hsl(314, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 7%, 2%) |
| LAB | lab(79.6 38.0 -18.8) |
| LCH | lch(79.6 42.4 333.7) |
| OKLCH | oklch(0.839 0.120 335.2) |
Copy-ready code
/* CSS */
color: #fbace9;
background-color: #fbace9;
/* Tailwind (arbitrary) */
class="text-[#fbace9] bg-[#fbace9]"
/* SCSS */
$brand: #fbace9;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#fbace9")Accessibility — WCAG contrast
Aa
#fbace9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbace9 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow7.2%
Key (black)1.6%
Color previews
#fbace9 text on a black background
contrast 12.18:1
Card sample
#fbace9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbace9;
Background color
Panel with #fbace9 background
background-color: #fbace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbace9; background: linear-gradient(135deg, #fbace9, #FBACB4);