#facace
a pale, electric red · warm · closest name: pink
RGB
250, 202, 206
HSL
355°, 83%, 89%
CMYK
0, 19, 18, 2
Luminance
0.6702
Every format
| HEX | #facace |
| RGB | rgb(250, 202, 206) |
| HSL | hsl(355, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 18%, 2%) |
| LAB | lab(85.5 17.6 4.5) |
| LCH | lch(85.5 18.1 14.3) |
| OKLCH | oklch(0.882 0.055 12.6) |
Copy-ready code
/* CSS */
color: #facace;
background-color: #facace;
/* Tailwind (arbitrary) */
class="text-[#facace] bg-[#facace]"
/* SCSS */
$brand: #facace;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#facace")Accessibility — WCAG contrast
Aa
#facace on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facace on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow17.6%
Key (black)2.0%
Color previews
#facace text on a black background
contrast 14.40:1
Card sample
#facace text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facace;
Background color
Panel with #facace background
background-color: #facace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facace; background: linear-gradient(135deg, #facace, #FAE6CA);