#fac7e0
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 199, 224
HSL
331°, 84%, 88%
CMYK
0, 20, 10, 2
Luminance
0.6655
Every format
| HEX | #fac7e0 |
| RGB | rgb(250, 199, 224) |
| HSL | hsl(331, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 10%, 2%) |
| LAB | lab(85.3 22.0 -5.5) |
| LCH | lch(85.3 22.6 346.0) |
| OKLCH | oklch(0.881 0.066 347.5) |
Copy-ready code
/* CSS */
color: #fac7e0;
background-color: #fac7e0;
/* Tailwind (arbitrary) */
class="text-[#fac7e0] bg-[#fac7e0]"
/* SCSS */
$brand: #fac7e0;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.878)
/* Android */
Color.parseColor("#fac7e0")Accessibility — WCAG contrast
Aa
#fac7e0 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7e0 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow10.4%
Key (black)2.0%
Color previews
#fac7e0 text on a black background
contrast 14.31:1
Card sample
#fac7e0 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7e0;
Background color
Panel with #fac7e0 background
background-color: #fac7e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7e0; background: linear-gradient(135deg, #fac7e0, #FAD0C7);