#facac3
a pale, electric red · warm · closest name: pink
RGB
250, 202, 195
HSL
8°, 85%, 87%
CMYK
0, 19, 22, 2
Luminance
0.6651
Every format
| HEX | #facac3 |
| RGB | rgb(250, 202, 195) |
| HSL | hsl(8, 85%, 87%) |
| CMYK | cmyk(0%, 19%, 22%, 2%) |
| LAB | lab(85.3 15.9 9.9) |
| LCH | lch(85.3 18.8 31.9) |
| OKLCH | oklch(0.879 0.056 27.9) |
Copy-ready code
/* CSS */
color: #facac3;
background-color: #facac3;
/* Tailwind (arbitrary) */
class="text-[#facac3] bg-[#facac3]"
/* SCSS */
$brand: #facac3;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.765)
/* Android */
Color.parseColor("#facac3")Accessibility — WCAG contrast
Aa
#facac3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facac3 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow22.0%
Key (black)2.0%
Color previews
#facac3 text on a black background
contrast 14.30:1
Card sample
#facac3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facac3;
Background color
Panel with #facac3 background
background-color: #facac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facac3; background: linear-gradient(135deg, #facac3, #FAEFC3);