#fac4bc
a pale, electric red · warm · closest name: pink
RGB
250, 196, 188
HSL
8°, 86%, 86%
CMYK
0, 22, 25, 2
Luminance
0.6343
Every format
| HEX | #fac4bc |
| RGB | rgb(250, 196, 188) |
| HSL | hsl(8, 86%, 86%) |
| CMYK | cmyk(0%, 22%, 25%, 2%) |
| LAB | lab(83.7 18.1 11.4) |
| LCH | lch(83.7 21.4 32.2) |
| OKLCH | oklch(0.866 0.063 28.1) |
Copy-ready code
/* CSS */
color: #fac4bc;
background-color: #fac4bc;
/* Tailwind (arbitrary) */
class="text-[#fac4bc] bg-[#fac4bc]"
/* SCSS */
$brand: #fac4bc;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.737)
/* Android */
Color.parseColor("#fac4bc")Accessibility — WCAG contrast
Aa
#fac4bc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4bc on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow24.8%
Key (black)2.0%
Color previews
#fac4bc text on a black background
contrast 13.69:1
Card sample
#fac4bc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4bc;
Background color
Panel with #fac4bc background
background-color: #fac4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4bc; background: linear-gradient(135deg, #fac4bc, #FAEDBC);