#fac0e5
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 192, 229
HSL
322°, 85%, 87%
CMYK
0, 23, 8, 2
Luminance
0.6368
Every format
| HEX | #fac0e5 |
| RGB | rgb(250, 192, 229) |
| HSL | hsl(322, 85%, 87%) |
| CMYK | cmyk(0%, 23%, 8%, 2%) |
| LAB | lab(83.8 26.5 -10.3) |
| LCH | lch(83.8 28.4 338.7) |
| OKLCH | oklch(0.871 0.081 340.4) |
Copy-ready code
/* CSS */
color: #fac0e5;
background-color: #fac0e5;
/* Tailwind (arbitrary) */
class="text-[#fac0e5] bg-[#fac0e5]"
/* SCSS */
$brand: #fac0e5;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.898)
/* Android */
Color.parseColor("#fac0e5")Accessibility — WCAG contrast
Aa
#fac0e5 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0e5 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow8.4%
Key (black)2.0%
Color previews
#fac0e5 text on a black background
contrast 13.74:1
Card sample
#fac0e5 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0e5;
Background color
Panel with #fac0e5 background
background-color: #fac0e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0e5; background: linear-gradient(135deg, #fac0e5, #FAC2C0);