#ff1d5b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 29, 91
HSL
344°, 100%, 56%
CMYK
0, 89, 64, 0
Luminance
0.2289
Every format
| HEX | #ff1d5b |
| RGB | rgb(255, 29, 91) |
| HSL | hsl(344, 100%, 56%) |
| CMYK | cmyk(0%, 89%, 64%, 0%) |
| LAB | lab(55.0 79.6 26.4) |
| LCH | lch(55.0 83.9 18.4) |
| OKLCH | oklch(0.643 0.247 14.9) |
Copy-ready code
/* CSS */
color: #ff1d5b;
background-color: #ff1d5b;
/* Tailwind (arbitrary) */
class="text-[#ff1d5b] bg-[#ff1d5b]"
/* SCSS */
$brand: #ff1d5b;
/* SwiftUI */
Color(red: 1.000, green: 0.114, blue: 0.357)
/* Android */
Color.parseColor("#ff1d5b")Accessibility — WCAG contrast
Aa
#ff1d5b on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1d5b on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.4%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow64.3%
Key (black)0.0%
Color previews
#ff1d5b text on a black background
contrast 5.58:1
Card sample
#ff1d5b text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1d5b;
Background color
Panel with #ff1d5b background
background-color: #ff1d5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1d5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 29, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 29, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1d5b; background: linear-gradient(135deg, #ff1d5b, #FF761D);