#ff166b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 22, 107
HSL
338°, 100%, 54%
CMYK
0, 91, 58, 0
Luminance
0.2290
Every format
| HEX | #ff166b |
| RGB | rgb(255, 22, 107) |
| HSL | hsl(338, 100%, 54%) |
| CMYK | cmyk(0%, 91%, 58%, 0%) |
| LAB | lab(55.0 81.4 16.8) |
| LCH | lch(55.0 83.1 11.7) |
| OKLCH | oklch(0.644 0.251 9.6) |
Copy-ready code
/* CSS */
color: #ff166b;
background-color: #ff166b;
/* Tailwind (arbitrary) */
class="text-[#ff166b] bg-[#ff166b]"
/* SCSS */
$brand: #ff166b;
/* SwiftUI */
Color(red: 1.000, green: 0.086, blue: 0.420)
/* Android */
Color.parseColor("#ff166b")Accessibility — WCAG contrast
Aa
#ff166b on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff166b on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green8.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow58.0%
Key (black)0.0%
Color previews
#ff166b text on a black background
contrast 5.58:1
Card sample
#ff166b text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff166b;
Background color
Panel with #ff166b background
background-color: #ff166b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff166b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 22, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 22, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff166b; background: linear-gradient(135deg, #ff166b, #FF5C16);