#fdc7fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 199, 253
HSL
300°, 93%, 89%
CMYK
0, 21, 0, 1
Luminance
0.6882
Every format
| HEX | #fdc7fd |
| RGB | rgb(253, 199, 253) |
| HSL | hsl(300, 93%, 89%) |
| CMYK | cmyk(0%, 21%, 0%, 1%) |
| LAB | lab(86.4 28.0 -19.1) |
| LCH | lch(86.4 33.9 325.6) |
| OKLCH | oklch(0.894 0.093 326.3) |
Copy-ready code
/* CSS */
color: #fdc7fd;
background-color: #fdc7fd;
/* Tailwind (arbitrary) */
class="text-[#fdc7fd] bg-[#fdc7fd]"
/* SCSS */
$brand: #fdc7fd;
/* SwiftUI */
Color(red: 0.992, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#fdc7fd")Accessibility — WCAG contrast
Aa
#fdc7fd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc7fd on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fdc7fd text on a black background
contrast 14.76:1
Card sample
#fdc7fd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc7fd;
Background color
Panel with #fdc7fd background
background-color: #fdc7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc7fd; background: linear-gradient(135deg, #fdc7fd, #FDC7D9);