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