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