#ff186e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 24, 110
HSL
338°, 100%, 55%
CMYK
0, 91, 57, 0
Luminance
0.2304
Every format
| HEX | #ff186e |
| RGB | rgb(255, 24, 110) |
| HSL | hsl(338, 100%, 55%) |
| CMYK | cmyk(0%, 91%, 57%, 0%) |
| LAB | lab(55.1 81.4 15.2) |
| LCH | lch(55.1 82.8 10.6) |
| OKLCH | oklch(0.646 0.251 8.8) |
Copy-ready code
/* CSS */
color: #ff186e;
background-color: #ff186e;
/* Tailwind (arbitrary) */
class="text-[#ff186e] bg-[#ff186e]"
/* SCSS */
$brand: #ff186e;
/* SwiftUI */
Color(red: 1.000, green: 0.094, blue: 0.431)
/* Android */
Color.parseColor("#ff186e")Accessibility — WCAG contrast
Aa
#ff186e on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff186e on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green9.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow56.9%
Key (black)0.0%
Color previews
#ff186e text on a black background
contrast 5.61:1
Card sample
#ff186e text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff186e;
Background color
Panel with #ff186e background
background-color: #ff186e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff186e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 24, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 24, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff186e; background: linear-gradient(135deg, #ff186e, #FF5C18);