#ff145b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 20, 91
HSL
342°, 100%, 54%
CMYK
0, 92, 64, 0
Luminance
0.2252
Every format
| HEX | #ff145b |
| RGB | rgb(255, 20, 91) |
| HSL | hsl(342, 100%, 54%) |
| CMYK | cmyk(0%, 92%, 64%, 0%) |
| LAB | lab(54.6 80.8 25.9) |
| LCH | lch(54.6 84.8 17.8) |
| OKLCH | oklch(0.640 0.250 14.4) |
Copy-ready code
/* CSS */
color: #ff145b;
background-color: #ff145b;
/* Tailwind (arbitrary) */
class="text-[#ff145b] bg-[#ff145b]"
/* SCSS */
$brand: #ff145b;
/* SwiftUI */
Color(red: 1.000, green: 0.078, blue: 0.357)
/* Android */
Color.parseColor("#ff145b")Accessibility — WCAG contrast
Aa
#ff145b on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff145b on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.8%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow64.3%
Key (black)0.0%
Color previews
#ff145b text on a black background
contrast 5.50:1
Card sample
#ff145b text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff145b;
Background color
Panel with #ff145b background
background-color: #ff145b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff145b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 20, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 20, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff145b; background: linear-gradient(135deg, #ff145b, #FF6A14);