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