#fac9c7
a pale, electric red · warm · closest name: pink
RGB
250, 201, 199
HSL
2°, 84%, 88%
CMYK
0, 20, 20, 2
Luminance
0.6622
Every format
| HEX | #fac9c7 |
| RGB | rgb(250, 201, 199) |
| HSL | hsl(2, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 20%, 2%) |
| LAB | lab(85.1 17.0 7.6) |
| LCH | lch(85.1 18.7 24.0) |
| OKLCH | oklch(0.878 0.056 21.0) |
Copy-ready code
/* CSS */
color: #fac9c7;
background-color: #fac9c7;
/* Tailwind (arbitrary) */
class="text-[#fac9c7] bg-[#fac9c7]"
/* SCSS */
$brand: #fac9c7;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.780)
/* Android */
Color.parseColor("#fac9c7")Accessibility — WCAG contrast
Aa
#fac9c7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac9c7 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow20.4%
Key (black)2.0%
Color previews
#fac9c7 text on a black background
contrast 14.24:1
Card sample
#fac9c7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac9c7;
Background color
Panel with #fac9c7 background
background-color: #fac9c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac9c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac9c7; background: linear-gradient(135deg, #fac9c7, #FAEBC7);