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