#fac1cf
a pale, electric red · warm · closest name: pink
RGB
250, 193, 207
HSL
345°, 85%, 87%
CMYK
0, 23, 17, 2
Luminance
0.6297
Every format
| HEX | #fac1cf |
| RGB | rgb(250, 193, 207) |
| HSL | hsl(345, 85%, 87%) |
| CMYK | cmyk(0%, 23%, 17%, 2%) |
| LAB | lab(83.4 22.4 0.9) |
| LCH | lch(83.4 22.5 2.3) |
| OKLCH | oklch(0.866 0.068 2.3) |
Copy-ready code
/* CSS */
color: #fac1cf;
background-color: #fac1cf;
/* Tailwind (arbitrary) */
class="text-[#fac1cf] bg-[#fac1cf]"
/* SCSS */
$brand: #fac1cf;
/* SwiftUI */
Color(red: 0.980, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#fac1cf")Accessibility — WCAG contrast
Aa
#fac1cf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac1cf on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow17.2%
Key (black)2.0%
Color previews
#fac1cf text on a black background
contrast 13.59:1
Card sample
#fac1cf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac1cf;
Background color
Panel with #fac1cf background
background-color: #fac1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac1cf; background: linear-gradient(135deg, #fac1cf, #FAD9C1);