#facce7
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 204, 231
HSL
325°, 82%, 89%
CMYK
0, 18, 8, 2
Luminance
0.6928
Every format
| HEX | #facce7 |
| RGB | rgb(250, 204, 231) |
| HSL | hsl(325, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 8%, 2%) |
| LAB | lab(86.6 20.5 -7.2) |
| LCH | lch(86.6 21.7 340.7) |
| OKLCH | oklch(0.893 0.062 342.4) |
Copy-ready code
/* CSS */
color: #facce7;
background-color: #facce7;
/* Tailwind (arbitrary) */
class="text-[#facce7] bg-[#facce7]"
/* SCSS */
$brand: #facce7;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.906)
/* Android */
Color.parseColor("#facce7")Accessibility — WCAG contrast
Aa
#facce7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facce7 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow7.6%
Key (black)2.0%
Color previews
#facce7 text on a black background
contrast 14.86:1
Card sample
#facce7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facce7;
Background color
Panel with #facce7 background
background-color: #facce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facce7; background: linear-gradient(135deg, #facce7, #FAD0CC);