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