#facedf
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 206, 223
HSL
337°, 82%, 89%
CMYK
0, 18, 11, 2
Luminance
0.6979
Every format
| HEX | #facedf |
| RGB | rgb(250, 206, 223) |
| HSL | hsl(337, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 11%, 2%) |
| LAB | lab(86.9 18.1 -2.6) |
| LCH | lch(86.9 18.3 352.0) |
| OKLCH | oklch(0.894 0.054 353.1) |
Copy-ready code
/* CSS */
color: #facedf;
background-color: #facedf;
/* Tailwind (arbitrary) */
class="text-[#facedf] bg-[#facedf]"
/* SCSS */
$brand: #facedf;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#facedf")Accessibility — WCAG contrast
Aa
#facedf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facedf on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow10.8%
Key (black)2.0%
Color previews
#facedf text on a black background
contrast 14.96:1
Card sample
#facedf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facedf;
Background color
Panel with #facedf background
background-color: #facedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facedf; background: linear-gradient(135deg, #facedf, #FADACE);