#fd61eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 97, 235
HSL
307°, 98%, 69%
CMYK
0, 62, 7, 1
Luminance
0.3543
Every format
| HEX | #fd61eb |
| RGB | rgb(253, 97, 235) |
| HSL | hsl(307, 98%, 69%) |
| CMYK | cmyk(0%, 62%, 7%, 1%) |
| LAB | lab(66.1 74.6 -40.6) |
| LCH | lch(66.1 84.9 331.4) |
| OKLCH | oklch(0.739 0.241 332.6) |
Copy-ready code
/* CSS */
color: #fd61eb;
background-color: #fd61eb;
/* Tailwind (arbitrary) */
class="text-[#fd61eb] bg-[#fd61eb]"
/* SCSS */
$brand: #fd61eb;
/* SwiftUI */
Color(red: 0.992, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#fd61eb")Accessibility — WCAG contrast
Aa
#fd61eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd61eb on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow7.1%
Key (black)0.8%
Color previews
#fd61eb text on a black background
contrast 8.09:1
Card sample
#fd61eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd61eb;
Background color
Panel with #fd61eb background
background-color: #fd61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd61eb; background: linear-gradient(135deg, #fd61eb, #FD6183);