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