#fdc3ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 195, 255
HSL
298°, 100%, 88%
CMYK
1, 24, 0, 0
Luminance
0.6713
Every format
| HEX | #fdc3ff |
| RGB | rgb(253, 195, 255) |
| HSL | hsl(298, 100%, 88%) |
| CMYK | cmyk(1%, 24%, 0%, 0%) |
| LAB | lab(85.6 30.4 -21.5) |
| LCH | lch(85.6 37.3 324.8) |
| OKLCH | oklch(0.887 0.102 325.3) |
Copy-ready code
/* CSS */
color: #fdc3ff;
background-color: #fdc3ff;
/* Tailwind (arbitrary) */
class="text-[#fdc3ff] bg-[#fdc3ff]"
/* SCSS */
$brand: #fdc3ff;
/* SwiftUI */
Color(red: 0.992, green: 0.765, blue: 1.000)
/* Android */
Color.parseColor("#fdc3ff")Accessibility — WCAG contrast
Aa
#fdc3ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc3ff on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta23.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fdc3ff text on a black background
contrast 14.43:1
Card sample
#fdc3ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc3ff;
Background color
Panel with #fdc3ff background
background-color: #fdc3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 195, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 195, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc3ff; background: linear-gradient(135deg, #fdc3ff, #FFC3D9);