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