#f44cdf
a balanced, electric magenta / pink · warm · closest name: violet
RGB
244, 76, 223
HSL
308°, 88%, 63%
CMYK
0, 69, 9, 4
Luminance
0.2973
Every format
| HEX | #f44cdf |
| RGB | rgb(244, 76, 223) |
| HSL | hsl(308, 88%, 63%) |
| CMYK | cmyk(0%, 69%, 9%, 4%) |
| LAB | lab(61.4 78.4 -41.3) |
| LCH | lch(61.4 88.6 332.2) |
| OKLCH | oklch(0.701 0.253 333.4) |
Copy-ready code
/* CSS */
color: #f44cdf;
background-color: #f44cdf;
/* Tailwind (arbitrary) */
class="text-[#f44cdf] bg-[#f44cdf]"
/* SCSS */
$brand: #f44cdf;
/* SwiftUI */
Color(red: 0.957, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#f44cdf")Accessibility — WCAG contrast
Aa
#f44cdf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44cdf on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow8.6%
Key (black)4.3%
Color previews
#f44cdf text on a black background
contrast 6.95:1
Card sample
#f44cdf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44cdf;
Background color
Panel with #f44cdf background
background-color: #f44cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44cdf; background: linear-gradient(135deg, #f44cdf, #F44C6F);