#facac5
a pale, electric red · warm · closest name: pink
RGB
250, 202, 197
HSL
6°, 84%, 88%
CMYK
0, 19, 21, 2
Luminance
0.6660
Every format
| HEX | #facac5 |
| RGB | rgb(250, 202, 197) |
| HSL | hsl(6, 84%, 88%) |
| CMYK | cmyk(0%, 19%, 21%, 2%) |
| LAB | lab(85.3 16.2 8.9) |
| LCH | lch(85.3 18.5 28.8) |
| OKLCH | oklch(0.879 0.055 25.2) |
Copy-ready code
/* CSS */
color: #facac5;
background-color: #facac5;
/* Tailwind (arbitrary) */
class="text-[#facac5] bg-[#facac5]"
/* SCSS */
$brand: #facac5;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.773)
/* Android */
Color.parseColor("#facac5")Accessibility — WCAG contrast
Aa
#facac5 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facac5 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow21.2%
Key (black)2.0%
Color previews
#facac5 text on a black background
contrast 14.32:1
Card sample
#facac5 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facac5;
Background color
Panel with #facac5 background
background-color: #facac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facac5; background: linear-gradient(135deg, #facac5, #FAEDC5);