#fac7cf
a pale, electric red · warm · closest name: pink
RGB
250, 199, 207
HSL
351°, 84%, 88%
CMYK
0, 20, 17, 2
Luminance
0.6568
Every format
| HEX | #fac7cf |
| RGB | rgb(250, 199, 207) |
| HSL | hsl(351, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 17%, 2%) |
| LAB | lab(84.8 19.3 2.9) |
| LCH | lch(84.8 19.5 8.7) |
| OKLCH | oklch(0.877 0.059 7.8) |
Copy-ready code
/* CSS */
color: #fac7cf;
background-color: #fac7cf;
/* Tailwind (arbitrary) */
class="text-[#fac7cf] bg-[#fac7cf]"
/* SCSS */
$brand: #fac7cf;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#fac7cf")Accessibility — WCAG contrast
Aa
#fac7cf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7cf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow17.2%
Key (black)2.0%
Color previews
#fac7cf text on a black background
contrast 14.14:1
Card sample
#fac7cf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7cf;
Background color
Panel with #fac7cf background
background-color: #fac7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7cf; background: linear-gradient(135deg, #fac7cf, #FAE1C7);