#fccfee
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 238
HSL
319°, 88%, 90%
CMYK
0, 18, 6, 1
Luminance
0.7149
Every format
| HEX | #fccfee |
| RGB | rgb(252, 207, 238) |
| HSL | hsl(319, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 6%, 1%) |
| LAB | lab(87.7 20.8 -9.3) |
| LCH | lch(87.7 22.8 336.0) |
| OKLCH | oklch(0.902 0.064 337.6) |
Copy-ready code
/* CSS */
color: #fccfee;
background-color: #fccfee;
/* Tailwind (arbitrary) */
class="text-[#fccfee] bg-[#fccfee]"
/* SCSS */
$brand: #fccfee;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#fccfee")Accessibility — WCAG contrast
Aa
#fccfee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfee on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow5.6%
Key (black)1.2%
Color previews
#fccfee text on a black background
contrast 15.30:1
Card sample
#fccfee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfee;
Background color
Panel with #fccfee background
background-color: #fccfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfee; background: linear-gradient(135deg, #fccfee, #FCCFD0);