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