#fccee2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 206, 226
HSL
334°, 89%, 90%
CMYK
0, 18, 10, 1
Luminance
0.7033
Every format
| HEX | #fccee2 |
| RGB | rgb(252, 206, 226) |
| HSL | hsl(334, 89%, 90%) |
| CMYK | cmyk(0%, 18%, 10%, 1%) |
| LAB | lab(87.2 19.3 -3.7) |
| LCH | lch(87.2 19.7 349.0) |
| OKLCH | oklch(0.897 0.058 350.4) |
Copy-ready code
/* CSS */
color: #fccee2;
background-color: #fccee2;
/* Tailwind (arbitrary) */
class="text-[#fccee2] bg-[#fccee2]"
/* SCSS */
$brand: #fccee2;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#fccee2")Accessibility — WCAG contrast
Aa
#fccee2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccee2 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow10.3%
Key (black)1.2%
Color previews
#fccee2 text on a black background
contrast 15.07:1
Card sample
#fccee2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccee2;
Background color
Panel with #fccee2 background
background-color: #fccee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccee2; background: linear-gradient(135deg, #fccee2, #FCD9CE);