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