#facec4
a pale, electric red · warm · closest name: pink
RGB
250, 206, 196
HSL
11°, 84%, 88%
CMYK
0, 18, 22, 2
Luminance
0.6845
Every format
| HEX | #facec4 |
| RGB | rgb(250, 206, 196) |
| HSL | hsl(11, 84%, 88%) |
| CMYK | cmyk(0%, 18%, 22%, 2%) |
| LAB | lab(86.2 14.0 10.8) |
| LCH | lch(86.2 17.7 37.7) |
| OKLCH | oklch(0.887 0.052 33.0) |
Copy-ready code
/* CSS */
color: #facec4;
background-color: #facec4;
/* Tailwind (arbitrary) */
class="text-[#facec4] bg-[#facec4]"
/* SCSS */
$brand: #facec4;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#facec4")Accessibility — WCAG contrast
Aa
#facec4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facec4 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow21.6%
Key (black)2.0%
Color previews
#facec4 text on a black background
contrast 14.69:1
Card sample
#facec4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facec4;
Background color
Panel with #facec4 background
background-color: #facec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facec4; background: linear-gradient(135deg, #facec4, #FAF2C4);