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