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