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