#fac2e5
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 194, 229
HSL
323°, 85%, 87%
CMYK
0, 22, 8, 2
Luminance
0.6456
Every format
| HEX | #fac2e5 |
| RGB | rgb(250, 194, 229) |
| HSL | hsl(323, 85%, 87%) |
| CMYK | cmyk(0%, 22%, 8%, 2%) |
| LAB | lab(84.3 25.4 -9.6) |
| LCH | lch(84.3 27.2 339.2) |
| OKLCH | oklch(0.874 0.078 340.9) |
Copy-ready code
/* CSS */
color: #fac2e5;
background-color: #fac2e5;
/* Tailwind (arbitrary) */
class="text-[#fac2e5] bg-[#fac2e5]"
/* SCSS */
$brand: #fac2e5;
/* SwiftUI */
Color(red: 0.980, green: 0.761, blue: 0.898)
/* Android */
Color.parseColor("#fac2e5")Accessibility — WCAG contrast
Aa
#fac2e5 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac2e5 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.1%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow8.4%
Key (black)2.0%
Color previews
#fac2e5 text on a black background
contrast 13.91:1
Card sample
#fac2e5 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac2e5;
Background color
Panel with #fac2e5 background
background-color: #fac2e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac2e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 194, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 194, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac2e5; background: linear-gradient(135deg, #fac2e5, #FAC5C2);