#fd11eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 17, 235
HSL
305°, 98%, 53%
CMYK
0, 93, 7, 1
Luminance
0.2728
Every format
| HEX | #fd11eb |
| RGB | rgb(253, 17, 235) |
| HSL | hsl(305, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 7%, 1%) |
| LAB | lab(59.2 94.1 -51.4) |
| LCH | lch(59.2 107.3 331.3) |
| OKLCH | oklch(0.690 0.306 332.4) |
Copy-ready code
/* CSS */
color: #fd11eb;
background-color: #fd11eb;
/* Tailwind (arbitrary) */
class="text-[#fd11eb] bg-[#fd11eb]"
/* SCSS */
$brand: #fd11eb;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.922)
/* Android */
Color.parseColor("#fd11eb")Accessibility — WCAG contrast
Aa
#fd11eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd11eb on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow7.1%
Key (black)0.8%
Color previews
#fd11eb text on a black background
contrast 6.46:1
Card sample
#fd11eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd11eb;
Background color
Panel with #fd11eb background
background-color: #fd11eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd11eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd11eb; background: linear-gradient(135deg, #fd11eb, #FD114D);