#facec0
a pale, electric red · warm · closest name: pink
RGB
250, 206, 192
HSL
15°, 85%, 87%
CMYK
0, 18, 23, 2
Luminance
0.6827
Every format
| HEX | #facec0 |
| RGB | rgb(250, 206, 192) |
| HSL | hsl(15, 85%, 87%) |
| CMYK | cmyk(0%, 18%, 23%, 2%) |
| LAB | lab(86.1 13.4 12.8) |
| LCH | lch(86.1 18.5 43.6) |
| OKLCH | oklch(0.886 0.054 38.4) |
Copy-ready code
/* CSS */
color: #facec0;
background-color: #facec0;
/* Tailwind (arbitrary) */
class="text-[#facec0] bg-[#facec0]"
/* SCSS */
$brand: #facec0;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.753)
/* Android */
Color.parseColor("#facec0")Accessibility — WCAG contrast
Aa
#facec0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facec0 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow23.2%
Key (black)2.0%
Color previews
#facec0 text on a black background
contrast 14.65:1
Card sample
#facec0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facec0;
Background color
Panel with #facec0 background
background-color: #facec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facec0; background: linear-gradient(135deg, #facec0, #FAF5C0);