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