#ff11d2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 17, 210
HSL
311°, 100%, 53%
CMYK
0, 93, 18, 0
Luminance
0.2631
Every format
| HEX | #ff11d2 |
| RGB | rgb(255, 17, 210) |
| HSL | hsl(311, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 18%, 0%) |
| LAB | lab(58.3 91.3 -38.7) |
| LCH | lch(58.3 99.2 337.0) |
| OKLCH | oklch(0.680 0.292 338.9) |
Copy-ready code
/* CSS */
color: #ff11d2;
background-color: #ff11d2;
/* Tailwind (arbitrary) */
class="text-[#ff11d2] bg-[#ff11d2]"
/* SCSS */
$brand: #ff11d2;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.824)
/* Android */
Color.parseColor("#ff11d2")Accessibility — WCAG contrast
Aa
#ff11d2 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff11d2 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow17.6%
Key (black)0.0%
Color previews
#ff11d2 text on a black background
contrast 6.26:1
Card sample
#ff11d2 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff11d2;
Background color
Panel with #ff11d2 background
background-color: #ff11d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff11d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff11d2; background: linear-gradient(135deg, #ff11d2, #FF1133);