#fac5eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 197, 235
HSL
317°, 84%, 88%
CMYK
0, 21, 6, 2
Luminance
0.6625
Every format
| HEX | #fac5eb |
| RGB | rgb(250, 197, 235) |
| HSL | hsl(317, 84%, 88%) |
| CMYK | cmyk(0%, 21%, 6%, 2%) |
| LAB | lab(85.1 24.9 -11.6) |
| LCH | lch(85.1 27.4 335.1) |
| OKLCH | oklch(0.881 0.077 336.7) |
Copy-ready code
/* CSS */
color: #fac5eb;
background-color: #fac5eb;
/* Tailwind (arbitrary) */
class="text-[#fac5eb] bg-[#fac5eb]"
/* SCSS */
$brand: #fac5eb;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#fac5eb")Accessibility — WCAG contrast
Aa
#fac5eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac5eb on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow6.0%
Key (black)2.0%
Color previews
#fac5eb text on a black background
contrast 14.25:1
Card sample
#fac5eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac5eb;
Background color
Panel with #fac5eb background
background-color: #fac5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac5eb; background: linear-gradient(135deg, #fac5eb, #FAC5C7);