#ff44da
a balanced, electric magenta / pink · warm · closest name: violet
RGB
255, 68, 218
HSL
312°, 100%, 63%
CMYK
0, 73, 15, 0
Luminance
0.3046
Every format
| HEX | #ff44da |
| RGB | rgb(255, 68, 218) |
| HSL | hsl(312, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 15%, 0%) |
| LAB | lab(62.0 82.7 -37.4) |
| LCH | lch(62.0 90.7 335.6) |
| OKLCH | oklch(0.708 0.264 337.4) |
Copy-ready code
/* CSS */
color: #ff44da;
background-color: #ff44da;
/* Tailwind (arbitrary) */
class="text-[#ff44da] bg-[#ff44da]"
/* SCSS */
$brand: #ff44da;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.855)
/* Android */
Color.parseColor("#ff44da")Accessibility — WCAG contrast
Aa
#ff44da on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff44da on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow14.5%
Key (black)0.0%
Color previews
#ff44da text on a black background
contrast 7.09:1
Card sample
#ff44da text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff44da;
Background color
Panel with #ff44da background
background-color: #ff44da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff44da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff44da; background: linear-gradient(135deg, #ff44da, #FF445D);