#fac5cb
a pale, electric red · warm · closest name: pink
RGB
250, 197, 203
HSL
353°, 84%, 88%
CMYK
0, 21, 19, 2
Luminance
0.6457
Every format
| HEX | #fac5cb |
| RGB | rgb(250, 197, 203) |
| HSL | hsl(353, 84%, 88%) |
| CMYK | cmyk(0%, 21%, 19%, 2%) |
| LAB | lab(84.3 19.7 4.2) |
| LCH | lch(84.3 20.2 12.1) |
| OKLCH | oklch(0.872 0.061 10.8) |
Copy-ready code
/* CSS */
color: #fac5cb;
background-color: #fac5cb;
/* Tailwind (arbitrary) */
class="text-[#fac5cb] bg-[#fac5cb]"
/* SCSS */
$brand: #fac5cb;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.796)
/* Android */
Color.parseColor("#fac5cb")Accessibility — WCAG contrast
Aa
#fac5cb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac5cb on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow18.8%
Key (black)2.0%
Color previews
#fac5cb text on a black background
contrast 13.91:1
Card sample
#fac5cb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac5cb;
Background color
Panel with #fac5cb background
background-color: #fac5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac5cb; background: linear-gradient(135deg, #fac5cb, #FAE2C5);