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