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