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