#fd93eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 147, 235
HSL
310°, 96%, 78%
CMYK
0, 42, 7, 1
Luminance
0.4775
Every format
| HEX | #fd93eb |
| RGB | rgb(253, 147, 235) |
| HSL | hsl(310, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 7%, 1%) |
| LAB | lab(74.7 51.8 -27.3) |
| LCH | lch(74.7 58.6 332.2) |
| OKLCH | oklch(0.802 0.166 333.5) |
Copy-ready code
/* CSS */
color: #fd93eb;
background-color: #fd93eb;
/* Tailwind (arbitrary) */
class="text-[#fd93eb] bg-[#fd93eb]"
/* SCSS */
$brand: #fd93eb;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#fd93eb")Accessibility — WCAG contrast
Aa
#fd93eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd93eb on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow7.1%
Key (black)0.8%
Color previews
#fd93eb text on a black background
contrast 10.55:1
Card sample
#fd93eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd93eb;
Background color
Panel with #fd93eb background
background-color: #fd93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd93eb; background: linear-gradient(135deg, #fd93eb, #FD93A4);