#fabace
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 186, 206
HSL
341°, 87%, 86%
CMYK
0, 26, 18, 2
Luminance
0.5990
Every format
| HEX | #fabace |
| RGB | rgb(250, 186, 206) |
| HSL | hsl(341, 87%, 86%) |
| CMYK | cmyk(0%, 26%, 18%, 2%) |
| LAB | lab(81.8 26.0 -1.0) |
| LCH | lch(81.8 26.0 357.9) |
| OKLCH | oklch(0.853 0.078 358.4) |
Copy-ready code
/* CSS */
color: #fabace;
background-color: #fabace;
/* Tailwind (arbitrary) */
class="text-[#fabace] bg-[#fabace]"
/* SCSS */
$brand: #fabace;
/* SwiftUI */
Color(red: 0.980, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#fabace")Accessibility — WCAG contrast
Aa
#fabace on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabace on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow17.6%
Key (black)2.0%
Color previews
#fabace text on a black background
contrast 12.98:1
Card sample
#fabace text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabace;
Background color
Panel with #fabace background
background-color: #fabace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabace; background: linear-gradient(135deg, #fabace, #FAD1BA);