#fac7bc
a pale, electric red · warm · closest name: pink
RGB
250, 199, 188
HSL
11°, 86%, 86%
CMYK
0, 20, 25, 2
Luminance
0.6480
Every format
| HEX | #fac7bc |
| RGB | rgb(250, 199, 188) |
| HSL | hsl(11, 86%, 86%) |
| CMYK | cmyk(0%, 20%, 25%, 2%) |
| LAB | lab(84.4 16.5 12.4) |
| LCH | lch(84.4 20.7 36.9) |
| OKLCH | oklch(0.872 0.060 32.3) |
Copy-ready code
/* CSS */
color: #fac7bc;
background-color: #fac7bc;
/* Tailwind (arbitrary) */
class="text-[#fac7bc] bg-[#fac7bc]"
/* SCSS */
$brand: #fac7bc;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.737)
/* Android */
Color.parseColor("#fac7bc")Accessibility — WCAG contrast
Aa
#fac7bc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7bc on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow24.8%
Key (black)2.0%
Color previews
#fac7bc text on a black background
contrast 13.96:1
Card sample
#fac7bc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7bc;
Background color
Panel with #fac7bc background
background-color: #fac7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7bc; background: linear-gradient(135deg, #fac7bc, #FAF0BC);