#fdc4eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 196, 235
HSL
319°, 93%, 88%
CMYK
0, 23, 7, 1
Luminance
0.6636
Every format
| HEX | #fdc4eb |
| RGB | rgb(253, 196, 235) |
| HSL | hsl(319, 93%, 88%) |
| CMYK | cmyk(0%, 23%, 7%, 1%) |
| LAB | lab(85.2 26.4 -11.4) |
| LCH | lch(85.2 28.8 336.6) |
| OKLCH | oklch(0.882 0.082 338.2) |
Copy-ready code
/* CSS */
color: #fdc4eb;
background-color: #fdc4eb;
/* Tailwind (arbitrary) */
class="text-[#fdc4eb] bg-[#fdc4eb]"
/* SCSS */
$brand: #fdc4eb;
/* SwiftUI */
Color(red: 0.992, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#fdc4eb")Accessibility — WCAG contrast
Aa
#fdc4eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc4eb on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow7.1%
Key (black)0.8%
Color previews
#fdc4eb text on a black background
contrast 14.27:1
Card sample
#fdc4eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc4eb;
Background color
Panel with #fdc4eb background
background-color: #fdc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc4eb; background: linear-gradient(135deg, #fdc4eb, #FDC4C5);