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