#ff44e5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 68, 229
HSL
308°, 100%, 63%
CMYK
0, 73, 10, 0
Luminance
0.3105
Every format
| HEX | #ff44e5 |
| RGB | rgb(255, 68, 229) |
| HSL | hsl(308, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 10%, 0%) |
| LAB | lab(62.6 84.2 -42.8) |
| LCH | lch(62.6 94.4 333.0) |
| OKLCH | oklch(0.713 0.271 334.4) |
Copy-ready code
/* CSS */
color: #ff44e5;
background-color: #ff44e5;
/* Tailwind (arbitrary) */
class="text-[#ff44e5] bg-[#ff44e5]"
/* SCSS */
$brand: #ff44e5;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.898)
/* Android */
Color.parseColor("#ff44e5")Accessibility — WCAG contrast
Aa
#ff44e5 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff44e5 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow10.2%
Key (black)0.0%
Color previews
#ff44e5 text on a black background
contrast 7.21:1
Card sample
#ff44e5 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff44e5;
Background color
Panel with #ff44e5 background
background-color: #ff44e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff44e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff44e5; background: linear-gradient(135deg, #ff44e5, #FF4468);