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