#fd95fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 149, 254
HSL
299°, 98%, 79%
CMYK
0, 41, 0, 0
Luminance
0.4953
Every format
| HEX | #fd95fe |
| RGB | rgb(253, 149, 254) |
| HSL | hsl(299, 98%, 79%) |
| CMYK | cmyk(0%, 41%, 0%, 0%) |
| LAB | lab(75.8 54.1 -35.9) |
| LCH | lch(75.8 64.9 326.4) |
| OKLCH | oklch(0.813 0.179 326.7) |
Copy-ready code
/* CSS */
color: #fd95fe;
background-color: #fd95fe;
/* Tailwind (arbitrary) */
class="text-[#fd95fe] bg-[#fd95fe]"
/* SCSS */
$brand: #fd95fe;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.996)
/* Android */
Color.parseColor("#fd95fe")Accessibility — WCAG contrast
Aa
#fd95fe on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd95fe on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta41.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fd95fe text on a black background
contrast 10.91:1
Card sample
#fd95fe text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd95fe;
Background color
Panel with #fd95fe background
background-color: #fd95fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd95fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd95fe; background: linear-gradient(135deg, #fd95fe, #FE95B9);