#fdccff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 204, 255
HSL
298°, 100%, 90%
CMYK
1, 20, 0, 0
Luminance
0.7129
Every format
| HEX | #fdccff |
| RGB | rgb(253, 204, 255) |
| HSL | hsl(298, 100%, 90%) |
| CMYK | cmyk(1%, 20%, 0%, 0%) |
| LAB | lab(87.6 25.7 -18.4) |
| LCH | lch(87.6 31.6 324.4) |
| OKLCH | oklch(0.903 0.086 325.0) |
Copy-ready code
/* CSS */
color: #fdccff;
background-color: #fdccff;
/* Tailwind (arbitrary) */
class="text-[#fdccff] bg-[#fdccff]"
/* SCSS */
$brand: #fdccff;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#fdccff")Accessibility — WCAG contrast
Aa
#fdccff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccff on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fdccff text on a black background
contrast 15.26:1
Card sample
#fdccff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccff;
Background color
Panel with #fdccff background
background-color: #fdccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccff; background: linear-gradient(135deg, #fdccff, #FFCCDF);