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