#fdc8ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 200, 255
HSL
298°, 100%, 89%
CMYK
1, 22, 0, 0
Luminance
0.6941
Every format
| HEX | #fdc8ff |
| RGB | rgb(253, 200, 255) |
| HSL | hsl(298, 100%, 89%) |
| CMYK | cmyk(1%, 22%, 0%, 0%) |
| LAB | lab(86.7 27.8 -19.8) |
| LCH | lch(86.7 34.1 324.6) |
| OKLCH | oklch(0.896 0.093 325.2) |
Copy-ready code
/* CSS */
color: #fdc8ff;
background-color: #fdc8ff;
/* Tailwind (arbitrary) */
class="text-[#fdc8ff] bg-[#fdc8ff]"
/* SCSS */
$brand: #fdc8ff;
/* SwiftUI */
Color(red: 0.992, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#fdc8ff")Accessibility — WCAG contrast
Aa
#fdc8ff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc8ff on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.4%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fdc8ff text on a black background
contrast 14.88:1
Card sample
#fdc8ff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc8ff;
Background color
Panel with #fdc8ff background
background-color: #fdc8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc8ff; background: linear-gradient(135deg, #fdc8ff, #FFC8DC);