#ff146a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 20, 106
HSL
338°, 100%, 54%
CMYK
0, 92, 58, 0
Luminance
0.2280
Every format
| HEX | #ff146a |
| RGB | rgb(255, 20, 106) |
| HSL | hsl(338, 100%, 54%) |
| CMYK | cmyk(0%, 92%, 58%, 0%) |
| LAB | lab(54.9 81.6 17.3) |
| LCH | lch(54.9 83.4 12.0) |
| OKLCH | oklch(0.643 0.251 9.9) |
Copy-ready code
/* CSS */
color: #ff146a;
background-color: #ff146a;
/* Tailwind (arbitrary) */
class="text-[#ff146a] bg-[#ff146a]"
/* SCSS */
$brand: #ff146a;
/* SwiftUI */
Color(red: 1.000, green: 0.078, blue: 0.416)
/* Android */
Color.parseColor("#ff146a")Accessibility — WCAG contrast
Aa
#ff146a on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff146a on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.8%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow58.4%
Key (black)0.0%
Color previews
#ff146a text on a black background
contrast 5.56:1
Card sample
#ff146a text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff146a;
Background color
Panel with #ff146a background
background-color: #ff146a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff146a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 20, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 20, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff146a; background: linear-gradient(135deg, #ff146a, #FF5A14);