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