#fac1eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 193, 235
HSL
316°, 85%, 87%
CMYK
0, 23, 6, 2
Luminance
0.6446
Every format
| HEX | #fac1eb |
| RGB | rgb(250, 193, 235) |
| HSL | hsl(316, 85%, 87%) |
| CMYK | cmyk(0%, 23%, 6%, 2%) |
| LAB | lab(84.2 27.0 -12.9) |
| LCH | lch(84.2 29.9 334.4) |
| OKLCH | oklch(0.874 0.084 336.0) |
Copy-ready code
/* CSS */
color: #fac1eb;
background-color: #fac1eb;
/* Tailwind (arbitrary) */
class="text-[#fac1eb] bg-[#fac1eb]"
/* SCSS */
$brand: #fac1eb;
/* SwiftUI */
Color(red: 0.980, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#fac1eb")Accessibility — WCAG contrast
Aa
#fac1eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac1eb on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow6.0%
Key (black)2.0%
Color previews
#fac1eb text on a black background
contrast 13.89:1
Card sample
#fac1eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac1eb;
Background color
Panel with #fac1eb background
background-color: #fac1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac1eb; background: linear-gradient(135deg, #fac1eb, #FAC1C5);