#ff117c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 17, 124
HSL
333°, 100%, 53%
CMYK
0, 93, 51, 0
Luminance
0.2312
Every format
| HEX | #ff117c |
| RGB | rgb(255, 17, 124) |
| HSL | hsl(333, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 51%, 0%) |
| LAB | lab(55.2 83.0 6.9) |
| LCH | lch(55.2 83.3 4.8) |
| OKLCH | oklch(0.647 0.256 4.1) |
Copy-ready code
/* CSS */
color: #ff117c;
background-color: #ff117c;
/* Tailwind (arbitrary) */
class="text-[#ff117c] bg-[#ff117c]"
/* SCSS */
$brand: #ff117c;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.486)
/* Android */
Color.parseColor("#ff117c")Accessibility — WCAG contrast
Aa
#ff117c on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff117c on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow51.4%
Key (black)0.0%
Color previews
#ff117c text on a black background
contrast 5.62:1
Card sample
#ff117c text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff117c;
Background color
Panel with #ff117c background
background-color: #ff117c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff117c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff117c; background: linear-gradient(135deg, #ff117c, #FF4411);