#fd95fc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 149, 252
HSL
301°, 96%, 79%
CMYK
0, 41, 0, 1
Luminance
0.4941
Every format
| HEX | #fd95fc |
| RGB | rgb(253, 149, 252) |
| HSL | hsl(301, 96%, 79%) |
| CMYK | cmyk(0%, 41%, 0%, 1%) |
| LAB | lab(75.7 53.7 -35.0) |
| LCH | lch(75.7 64.1 326.9) |
| OKLCH | oklch(0.812 0.177 327.4) |
Copy-ready code
/* CSS */
color: #fd95fc;
background-color: #fd95fc;
/* Tailwind (arbitrary) */
class="text-[#fd95fc] bg-[#fd95fc]"
/* SCSS */
$brand: #fd95fc;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.988)
/* Android */
Color.parseColor("#fd95fc")Accessibility — WCAG contrast
Aa
#fd95fc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd95fc on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow0.4%
Key (black)0.8%
Color previews
#fd95fc text on a black background
contrast 10.88:1
Card sample
#fd95fc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd95fc;
Background color
Panel with #fd95fc background
background-color: #fd95fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd95fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd95fc; background: linear-gradient(135deg, #fd95fc, #FD95B7);