#ff136d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 19, 109
HSL
337°, 100%, 54%
CMYK
0, 93, 57, 0
Luminance
0.2283
Every format
| HEX | #ff136d |
| RGB | rgb(255, 19, 109) |
| HSL | hsl(337, 100%, 54%) |
| CMYK | cmyk(0%, 93%, 57%, 0%) |
| LAB | lab(54.9 81.9 15.5) |
| LCH | lch(54.9 83.3 10.7) |
| OKLCH | oklch(0.644 0.252 8.9) |
Copy-ready code
/* CSS */
color: #ff136d;
background-color: #ff136d;
/* Tailwind (arbitrary) */
class="text-[#ff136d] bg-[#ff136d]"
/* SCSS */
$brand: #ff136d;
/* SwiftUI */
Color(red: 1.000, green: 0.075, blue: 0.427)
/* Android */
Color.parseColor("#ff136d")Accessibility — WCAG contrast
Aa
#ff136d on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff136d on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow57.3%
Key (black)0.0%
Color previews
#ff136d text on a black background
contrast 5.57:1
Card sample
#ff136d text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff136d;
Background color
Panel with #ff136d background
background-color: #ff136d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff136d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 19, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 19, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff136d; background: linear-gradient(135deg, #ff136d, #FF5613);