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