#fac1ce
a pale, electric red · warm · closest name: pink
RGB
250, 193, 206
HSL
346°, 85%, 87%
CMYK
0, 23, 18, 2
Luminance
0.6292
Every format
| HEX | #fac1ce |
| RGB | rgb(250, 193, 206) |
| HSL | hsl(346, 85%, 87%) |
| CMYK | cmyk(0%, 23%, 18%, 2%) |
| LAB | lab(83.4 22.3 1.4) |
| LCH | lch(83.4 22.3 3.6) |
| OKLCH | oklch(0.865 0.067 3.4) |
Copy-ready code
/* CSS */
color: #fac1ce;
background-color: #fac1ce;
/* Tailwind (arbitrary) */
class="text-[#fac1ce] bg-[#fac1ce]"
/* SCSS */
$brand: #fac1ce;
/* SwiftUI */
Color(red: 0.980, green: 0.757, blue: 0.808)
/* Android */
Color.parseColor("#fac1ce")Accessibility — WCAG contrast
Aa
#fac1ce on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac1ce on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow17.6%
Key (black)2.0%
Color previews
#fac1ce text on a black background
contrast 13.58:1
Card sample
#fac1ce text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac1ce;
Background color
Panel with #fac1ce background
background-color: #fac1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 193, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 193, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac1ce; background: linear-gradient(135deg, #fac1ce, #FADAC1);