#fd9dfc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 157, 252
HSL
301°, 96%, 80%
CMYK
0, 38, 0, 1
Luminance
0.5202
Every format
| HEX | #fd9dfc |
| RGB | rgb(253, 157, 252) |
| HSL | hsl(301, 96%, 80%) |
| CMYK | cmyk(0%, 38%, 0%, 1%) |
| LAB | lab(77.3 49.7 -32.5) |
| LCH | lch(77.3 59.4 326.8) |
| OKLCH | oklch(0.824 0.164 327.3) |
Copy-ready code
/* CSS */
color: #fd9dfc;
background-color: #fd9dfc;
/* Tailwind (arbitrary) */
class="text-[#fd9dfc] bg-[#fd9dfc]"
/* SCSS */
$brand: #fd9dfc;
/* SwiftUI */
Color(red: 0.992, green: 0.616, blue: 0.988)
/* Android */
Color.parseColor("#fd9dfc")Accessibility — WCAG contrast
Aa
#fd9dfc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9dfc on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green61.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow0.4%
Key (black)0.8%
Color previews
#fd9dfc text on a black background
contrast 11.40:1
Card sample
#fd9dfc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9dfc;
Background color
Panel with #fd9dfc background
background-color: #fd9dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 157, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 157, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9dfc; background: linear-gradient(135deg, #fd9dfc, #FD9DBC);