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