#fac4cf
a pale, electric red · warm · closest name: pink
RGB
250, 196, 207
HSL
348°, 84%, 88%
CMYK
0, 22, 17, 2
Luminance
0.6431
Every format
| HEX | #fac4cf |
| RGB | rgb(250, 196, 207) |
| HSL | hsl(348, 84%, 88%) |
| CMYK | cmyk(0%, 22%, 17%, 2%) |
| LAB | lab(84.1 20.9 1.9) |
| LCH | lch(84.1 20.9 5.2) |
| OKLCH | oklch(0.871 0.063 4.9) |
Copy-ready code
/* CSS */
color: #fac4cf;
background-color: #fac4cf;
/* Tailwind (arbitrary) */
class="text-[#fac4cf] bg-[#fac4cf]"
/* SCSS */
$brand: #fac4cf;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#fac4cf")Accessibility — WCAG contrast
Aa
#fac4cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4cf on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow17.2%
Key (black)2.0%
Color previews
#fac4cf text on a black background
contrast 13.86:1
Card sample
#fac4cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4cf;
Background color
Panel with #fac4cf background
background-color: #fac4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4cf; background: linear-gradient(135deg, #fac4cf, #FADDC4);