#fac7e8
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 199, 232
HSL
321°, 84%, 88%
CMYK
0, 20, 7, 2
Luminance
0.6700
Every format
| HEX | #fac7e8 |
| RGB | rgb(250, 199, 232) |
| HSL | hsl(321, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 7%, 2%) |
| LAB | lab(85.5 23.3 -9.4) |
| LCH | lch(85.5 25.1 338.1) |
| OKLCH | oklch(0.884 0.072 339.7) |
Copy-ready code
/* CSS */
color: #fac7e8;
background-color: #fac7e8;
/* Tailwind (arbitrary) */
class="text-[#fac7e8] bg-[#fac7e8]"
/* SCSS */
$brand: #fac7e8;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.910)
/* Android */
Color.parseColor("#fac7e8")Accessibility — WCAG contrast
Aa
#fac7e8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7e8 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow7.2%
Key (black)2.0%
Color previews
#fac7e8 text on a black background
contrast 14.40:1
Card sample
#fac7e8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7e8;
Background color
Panel with #fac7e8 background
background-color: #fac7e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7e8; background: linear-gradient(135deg, #fac7e8, #FAC8C7);