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