#fdc5fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 197, 253
HSL
300°, 93%, 88%
CMYK
0, 22, 0, 1
Luminance
0.6791
Every format
| HEX | #fdc5fd |
| RGB | rgb(253, 197, 253) |
| HSL | hsl(300, 93%, 88%) |
| CMYK | cmyk(0%, 22%, 0%, 1%) |
| LAB | lab(86.0 29.0 -19.8) |
| LCH | lch(86.0 35.2 325.7) |
| OKLCH | oklch(0.890 0.096 326.3) |
Copy-ready code
/* CSS */
color: #fdc5fd;
background-color: #fdc5fd;
/* Tailwind (arbitrary) */
class="text-[#fdc5fd] bg-[#fdc5fd]"
/* SCSS */
$brand: #fdc5fd;
/* SwiftUI */
Color(red: 0.992, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#fdc5fd")Accessibility — WCAG contrast
Aa
#fdc5fd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc5fd on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.3%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fdc5fd text on a black background
contrast 14.58:1
Card sample
#fdc5fd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc5fd;
Background color
Panel with #fdc5fd background
background-color: #fdc5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc5fd; background: linear-gradient(135deg, #fdc5fd, #FDC5D8);