#faaace
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 170, 206
HSL
333°, 89%, 82%
CMYK
0, 32, 18, 2
Luminance
0.5353
Every format
| HEX | #faaace |
| RGB | rgb(250, 170, 206) |
| HSL | hsl(333, 89%, 82%) |
| CMYK | cmyk(0%, 32%, 18%, 2%) |
| LAB | lab(78.2 34.4 -6.3) |
| LCH | lch(78.2 35.0 349.7) |
| OKLCH | oklch(0.825 0.104 351.0) |
Copy-ready code
/* CSS */
color: #faaace;
background-color: #faaace;
/* Tailwind (arbitrary) */
class="text-[#faaace] bg-[#faaace]"
/* SCSS */
$brand: #faaace;
/* SwiftUI */
Color(red: 0.980, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#faaace")Accessibility — WCAG contrast
Aa
#faaace on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faaace on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow17.6%
Key (black)2.0%
Color previews
#faaace text on a black background
contrast 11.71:1
Card sample
#faaace text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faaace;
Background color
Panel with #faaace background
background-color: #faaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faaace; background: linear-gradient(135deg, #faaace, #FABCAA);