#fccfe4
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 228
HSL
332°, 88%, 90%
CMYK
0, 18, 10, 1
Luminance
0.7092
Every format
| HEX | #fccfe4 |
| RGB | rgb(252, 207, 228) |
| HSL | hsl(332, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 10%, 1%) |
| LAB | lab(87.5 19.1 -4.4) |
| LCH | lch(87.5 19.6 347.1) |
| OKLCH | oklch(0.899 0.057 348.5) |
Copy-ready code
/* CSS */
color: #fccfe4;
background-color: #fccfe4;
/* Tailwind (arbitrary) */
class="text-[#fccfe4] bg-[#fccfe4]"
/* SCSS */
$brand: #fccfe4;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#fccfe4")Accessibility — WCAG contrast
Aa
#fccfe4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfe4 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow9.5%
Key (black)1.2%
Color previews
#fccfe4 text on a black background
contrast 15.18:1
Card sample
#fccfe4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfe4;
Background color
Panel with #fccfe4 background
background-color: #fccfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfe4; background: linear-gradient(135deg, #fccfe4, #FCD8CF);