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