#ff11cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 17, 207
HSL
312°, 100%, 53%
CMYK
0, 93, 19, 0
Luminance
0.2617
Every format
| HEX | #ff11cf |
| RGB | rgb(255, 17, 207) |
| HSL | hsl(312, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 19%, 0%) |
| LAB | lab(58.2 91.0 -37.2) |
| LCH | lch(58.2 98.3 337.7) |
| OKLCH | oklch(0.679 0.290 339.7) |
Copy-ready code
/* CSS */
color: #ff11cf;
background-color: #ff11cf;
/* Tailwind (arbitrary) */
class="text-[#ff11cf] bg-[#ff11cf]"
/* SCSS */
$brand: #ff11cf;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.812)
/* Android */
Color.parseColor("#ff11cf")Accessibility — WCAG contrast
Aa
#ff11cf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff11cf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ff11cf text on a black background
contrast 6.23:1
Card sample
#ff11cf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff11cf;
Background color
Panel with #ff11cf background
background-color: #ff11cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff11cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff11cf; background: linear-gradient(135deg, #ff11cf, #FF1130);