#fdccfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 204, 254
HSL
299°, 96%, 90%
CMYK
0, 20, 0, 0
Luminance
0.7122
Every format
| HEX | #fdccfe |
| RGB | rgb(253, 204, 254) |
| HSL | hsl(299, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 0%, 0%) |
| LAB | lab(87.6 25.5 -17.9) |
| LCH | lch(87.6 31.2 325.0) |
| OKLCH | oklch(0.903 0.085 325.6) |
Copy-ready code
/* CSS */
color: #fdccfe;
background-color: #fdccfe;
/* Tailwind (arbitrary) */
class="text-[#fdccfe] bg-[#fdccfe]"
/* SCSS */
$brand: #fdccfe;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#fdccfe")Accessibility — WCAG contrast
Aa
#fdccfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccfe on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#fdccfe text on a black background
contrast 15.24:1
Card sample
#fdccfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccfe;
Background color
Panel with #fdccfe background
background-color: #fdccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccfe; background: linear-gradient(135deg, #fdccfe, #FECCDE);