#facec8
a pale, electric red · warm · closest name: pink
RGB
250, 206, 200
HSL
7°, 83%, 88%
CMYK
0, 18, 20, 2
Luminance
0.6864
Every format
| HEX | #facec8 |
| RGB | rgb(250, 206, 200) |
| HSL | hsl(7, 83%, 88%) |
| CMYK | cmyk(0%, 18%, 20%, 2%) |
| LAB | lab(86.3 14.6 8.8) |
| LCH | lch(86.3 17.0 31.2) |
| OKLCH | oklch(0.888 0.051 27.2) |
Copy-ready code
/* CSS */
color: #facec8;
background-color: #facec8;
/* Tailwind (arbitrary) */
class="text-[#facec8] bg-[#facec8]"
/* SCSS */
$brand: #facec8;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.784)
/* Android */
Color.parseColor("#facec8")Accessibility — WCAG contrast
Aa
#facec8 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facec8 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow20.0%
Key (black)2.0%
Color previews
#facec8 text on a black background
contrast 14.73:1
Card sample
#facec8 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facec8;
Background color
Panel with #facec8 background
background-color: #facec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facec8; background: linear-gradient(135deg, #facec8, #FAEFC8);