#fac7c2
a pale, electric red · warm · closest name: pink
RGB
250, 199, 194
HSL
5°, 85%, 87%
CMYK
0, 20, 22, 2
Luminance
0.6507
Every format
| HEX | #fac7c2 |
| RGB | rgb(250, 199, 194) |
| HSL | hsl(5, 85%, 87%) |
| CMYK | cmyk(0%, 20%, 22%, 2%) |
| LAB | lab(84.5 17.4 9.4) |
| LCH | lch(84.5 19.8 28.4) |
| OKLCH | oklch(0.873 0.059 24.8) |
Copy-ready code
/* CSS */
color: #fac7c2;
background-color: #fac7c2;
/* Tailwind (arbitrary) */
class="text-[#fac7c2] bg-[#fac7c2]"
/* SCSS */
$brand: #fac7c2;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.761)
/* Android */
Color.parseColor("#fac7c2")Accessibility — WCAG contrast
Aa
#fac7c2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7c2 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow22.4%
Key (black)2.0%
Color previews
#fac7c2 text on a black background
contrast 14.01:1
Card sample
#fac7c2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7c2;
Background color
Panel with #fac7c2 background
background-color: #fac7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7c2; background: linear-gradient(135deg, #fac7c2, #FAECC2);