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