#fdcfff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 207, 255
HSL
298°, 100%, 91%
CMYK
1, 19, 0, 0
Luminance
0.7273
Every format
| HEX | #fdcfff |
| RGB | rgb(253, 207, 255) |
| HSL | hsl(298, 100%, 91%) |
| CMYK | cmyk(1%, 19%, 0%, 0%) |
| LAB | lab(88.3 24.1 -17.3) |
| LCH | lch(88.3 29.7 324.3) |
| OKLCH | oklch(0.909 0.081 324.9) |
Copy-ready code
/* CSS */
color: #fdcfff;
background-color: #fdcfff;
/* Tailwind (arbitrary) */
class="text-[#fdcfff] bg-[#fdcfff]"
/* SCSS */
$brand: #fdcfff;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#fdcfff")Accessibility — WCAG contrast
Aa
#fdcfff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfff on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fdcfff text on a black background
contrast 15.55:1
Card sample
#fdcfff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfff;
Background color
Panel with #fdcfff background
background-color: #fdcfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfff; background: linear-gradient(135deg, #fdcfff, #FFCFE1);