#ff034d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 3, 77
HSL
342°, 100%, 51%
CMYK
0, 99, 70, 0
Luminance
0.2186
Every format
| HEX | #ff034d |
| RGB | rgb(255, 3, 77) |
| HSL | hsl(342, 100%, 51%) |
| CMYK | cmyk(0%, 99%, 70%, 0%) |
| LAB | lab(53.9 81.5 33.4) |
| LCH | lch(53.9 88.0 22.3) |
| OKLCH | oklch(0.634 0.253 17.7) |
Copy-ready code
/* CSS */
color: #ff034d;
background-color: #ff034d;
/* Tailwind (arbitrary) */
class="text-[#ff034d] bg-[#ff034d]"
/* SCSS */
$brand: #ff034d;
/* SwiftUI */
Color(red: 1.000, green: 0.012, blue: 0.302)
/* Android */
Color.parseColor("#ff034d")Accessibility — WCAG contrast
Aa
#ff034d on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff034d on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green1.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow69.8%
Key (black)0.0%
Color previews
#ff034d text on a black background
contrast 5.37:1
Card sample
#ff034d text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff034d;
Background color
Panel with #ff034d background
background-color: #ff034d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff034d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 3, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 3, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff034d; background: linear-gradient(135deg, #ff034d, #FF6103);