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