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