#fdc2fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 194, 252
HSL
301°, 94%, 88%
CMYK
0, 23, 0, 1
Luminance
0.6649
Every format
| HEX | #fdc2fc |
| RGB | rgb(253, 194, 252) |
| HSL | hsl(301, 94%, 88%) |
| CMYK | cmyk(0%, 23%, 0%, 1%) |
| LAB | lab(85.3 30.4 -20.4) |
| LCH | lch(85.3 36.6 326.2) |
| OKLCH | oklch(0.885 0.101 326.9) |
Copy-ready code
/* CSS */
color: #fdc2fc;
background-color: #fdc2fc;
/* Tailwind (arbitrary) */
class="text-[#fdc2fc] bg-[#fdc2fc]"
/* SCSS */
$brand: #fdc2fc;
/* SwiftUI */
Color(red: 0.992, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#fdc2fc")Accessibility — WCAG contrast
Aa
#fdc2fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc2fc on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow0.4%
Key (black)0.8%
Color previews
#fdc2fc text on a black background
contrast 14.30:1
Card sample
#fdc2fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc2fc;
Background color
Panel with #fdc2fc background
background-color: #fdc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc2fc; background: linear-gradient(135deg, #fdc2fc, #FDC2D5);