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