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