#faceef
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 206, 239
HSL
315°, 82%, 89%
CMYK
0, 18, 4, 2
Luminance
0.7070
Every format
| HEX | #faceef |
| RGB | rgb(250, 206, 239) |
| HSL | hsl(315, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 4%, 2%) |
| LAB | lab(87.3 20.8 -10.4) |
| LCH | lch(87.3 23.3 333.5) |
| OKLCH | oklch(0.899 0.065 335.1) |
Copy-ready code
/* CSS */
color: #faceef;
background-color: #faceef;
/* Tailwind (arbitrary) */
class="text-[#faceef] bg-[#faceef]"
/* SCSS */
$brand: #faceef;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#faceef")Accessibility — WCAG contrast
Aa
#faceef on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faceef on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow4.4%
Key (black)2.0%
Color previews
#faceef text on a black background
contrast 15.14:1
Card sample
#faceef text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faceef;
Background color
Panel with #faceef background
background-color: #faceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faceef; background: linear-gradient(135deg, #faceef, #FACED2);