#facfcd
a pale, electric red · warm · closest name: pink
RGB
250, 207, 205
HSL
3°, 82%, 89%
CMYK
0, 17, 18, 2
Luminance
0.6936
Every format
| HEX | #facfcd |
| RGB | rgb(250, 207, 205) |
| HSL | hsl(3, 82%, 89%) |
| CMYK | cmyk(0%, 17%, 18%, 2%) |
| LAB | lab(86.7 14.8 6.7) |
| LCH | lch(86.7 16.2 24.3) |
| OKLCH | oklch(0.891 0.049 21.2) |
Copy-ready code
/* CSS */
color: #facfcd;
background-color: #facfcd;
/* Tailwind (arbitrary) */
class="text-[#facfcd] bg-[#facfcd]"
/* SCSS */
$brand: #facfcd;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#facfcd")Accessibility — WCAG contrast
Aa
#facfcd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfcd on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow18.0%
Key (black)2.0%
Color previews
#facfcd text on a black background
contrast 14.87:1
Card sample
#facfcd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfcd;
Background color
Panel with #facfcd background
background-color: #facfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfcd; background: linear-gradient(135deg, #facfcd, #FAEDCD);