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