#facacf
a pale, electric red · warm · closest name: pink
RGB
250, 202, 207
HSL
354°, 83%, 89%
CMYK
0, 19, 17, 2
Luminance
0.6707
Every format
| HEX | #facacf |
| RGB | rgb(250, 202, 207) |
| HSL | hsl(354, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 17%, 2%) |
| LAB | lab(85.5 17.7 4.0) |
| LCH | lch(85.5 18.1 12.6) |
| OKLCH | oklch(0.882 0.055 11.2) |
Copy-ready code
/* CSS */
color: #facacf;
background-color: #facacf;
/* Tailwind (arbitrary) */
class="text-[#facacf] bg-[#facacf]"
/* SCSS */
$brand: #facacf;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#facacf")Accessibility — WCAG contrast
Aa
#facacf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facacf on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow17.2%
Key (black)2.0%
Color previews
#facacf text on a black background
contrast 14.41:1
Card sample
#facacf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facacf;
Background color
Panel with #facacf background
background-color: #facacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facacf; background: linear-gradient(135deg, #facacf, #FAE5CA);