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