#ff116d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 17, 109
HSL
337°, 100%, 53%
CMYK
0, 93, 57, 0
Luminance
0.2277
Every format
| HEX | #ff116d |
| RGB | rgb(255, 17, 109) |
| HSL | hsl(337, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 57%, 0%) |
| LAB | lab(54.8 82.1 15.4) |
| LCH | lch(54.8 83.5 10.6) |
| OKLCH | oklch(0.643 0.253 8.8) |
Copy-ready code
/* CSS */
color: #ff116d;
background-color: #ff116d;
/* Tailwind (arbitrary) */
class="text-[#ff116d] bg-[#ff116d]"
/* SCSS */
$brand: #ff116d;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.427)
/* Android */
Color.parseColor("#ff116d")Accessibility — WCAG contrast
Aa
#ff116d on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff116d on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow57.3%
Key (black)0.0%
Color previews
#ff116d text on a black background
contrast 5.55:1
Card sample
#ff116d text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff116d;
Background color
Panel with #ff116d background
background-color: #ff116d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff116d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff116d; background: linear-gradient(135deg, #ff116d, #FF5411);