#fecdf7
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 205, 247
HSL
309°, 96%, 90%
CMYK
0, 19, 3, 0
Luminance
0.7145
Every format
| HEX | #fecdf7 |
| RGB | rgb(254, 205, 247) |
| HSL | hsl(309, 96%, 90%) |
| CMYK | cmyk(0%, 19%, 3%, 0%) |
| LAB | lab(87.7 24.1 -14.0) |
| LCH | lch(87.7 27.9 329.8) |
| OKLCH | oklch(0.903 0.077 331.0) |
Copy-ready code
/* CSS */
color: #fecdf7;
background-color: #fecdf7;
/* Tailwind (arbitrary) */
class="text-[#fecdf7] bg-[#fecdf7]"
/* SCSS */
$brand: #fecdf7;
/* SwiftUI */
Color(red: 0.996, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#fecdf7")Accessibility — WCAG contrast
Aa
#fecdf7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fecdf7 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.4%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow2.8%
Key (black)0.4%
Color previews
#fecdf7 text on a black background
contrast 15.29:1
Card sample
#fecdf7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fecdf7;
Background color
Panel with #fecdf7 background
background-color: #fecdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fecdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fecdf7; background: linear-gradient(135deg, #fecdf7, #FECDD6);