#fac2c4
a pale, electric red · warm · closest name: pink
RGB
250, 194, 196
HSL
358°, 85%, 87%
CMYK
0, 22, 22, 2
Luminance
0.6289
Every format
| HEX | #fac2c4 |
| RGB | rgb(250, 194, 196) |
| HSL | hsl(358, 85%, 87%) |
| CMYK | cmyk(0%, 22%, 22%, 2%) |
| LAB | lab(83.4 20.3 6.7) |
| LCH | lch(83.4 21.4 18.3) |
| OKLCH | oklch(0.865 0.064 16.1) |
Copy-ready code
/* CSS */
color: #fac2c4;
background-color: #fac2c4;
/* Tailwind (arbitrary) */
class="text-[#fac2c4] bg-[#fac2c4]"
/* SCSS */
$brand: #fac2c4;
/* SwiftUI */
Color(red: 0.980, green: 0.761, blue: 0.769)
/* Android */
Color.parseColor("#fac2c4")Accessibility — WCAG contrast
Aa
#fac2c4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac2c4 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow21.6%
Key (black)2.0%
Color previews
#fac2c4 text on a black background
contrast 13.58:1
Card sample
#fac2c4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac2c4;
Background color
Panel with #fac2c4 background
background-color: #fac2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 194, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 194, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac2c4; background: linear-gradient(135deg, #fac2c4, #FAE5C2);