#ff118d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 17, 141
HSL
329°, 100%, 53%
CMYK
0, 93, 45, 0
Luminance
0.2358
Every format
| HEX | #ff118d |
| RGB | rgb(255, 17, 141) |
| HSL | hsl(329, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 45%, 0%) |
| LAB | lab(55.7 84.3 -2.5) |
| LCH | lch(55.7 84.4 358.3) |
| OKLCH | oklch(0.652 0.260 358.7) |
Copy-ready code
/* CSS */
color: #ff118d;
background-color: #ff118d;
/* Tailwind (arbitrary) */
class="text-[#ff118d] bg-[#ff118d]"
/* SCSS */
$brand: #ff118d;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.553)
/* Android */
Color.parseColor("#ff118d")Accessibility — WCAG contrast
Aa
#ff118d on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff118d on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow44.7%
Key (black)0.0%
Color previews
#ff118d text on a black background
contrast 5.72:1
Card sample
#ff118d text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff118d;
Background color
Panel with #ff118d background
background-color: #ff118d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff118d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff118d; background: linear-gradient(135deg, #ff118d, #FF3311);