#facccf
a pale, electric red · warm · closest name: pink
RGB
250, 204, 207
HSL
356°, 82%, 89%
CMYK
0, 18, 17, 2
Luminance
0.6801
Every format
| HEX | #facccf |
| RGB | rgb(250, 204, 207) |
| HSL | hsl(356, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 17%, 2%) |
| LAB | lab(86.0 16.7 4.7) |
| LCH | lch(86.0 17.3 15.6) |
| OKLCH | oklch(0.886 0.052 13.8) |
Copy-ready code
/* CSS */
color: #facccf;
background-color: #facccf;
/* Tailwind (arbitrary) */
class="text-[#facccf] bg-[#facccf]"
/* SCSS */
$brand: #facccf;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#facccf")Accessibility — WCAG contrast
Aa
#facccf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facccf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow17.2%
Key (black)2.0%
Color previews
#facccf text on a black background
contrast 14.60:1
Card sample
#facccf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facccf;
Background color
Panel with #facccf background
background-color: #facccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facccf; background: linear-gradient(135deg, #facccf, #FAE8CC);