#f44dcd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 77, 205
HSL
314°, 88%, 63%
CMYK
0, 68, 16, 4
Luminance
0.2895
Every format
| HEX | #f44dcd |
| RGB | rgb(244, 77, 205) |
| HSL | hsl(314, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 16%, 4%) |
| LAB | lab(60.7 75.5 -32.3) |
| LCH | lch(60.7 82.1 336.9) |
| OKLCH | oklch(0.693 0.240 338.7) |
Copy-ready code
/* CSS */
color: #f44dcd;
background-color: #f44dcd;
/* Tailwind (arbitrary) */
class="text-[#f44dcd] bg-[#f44dcd]"
/* SCSS */
$brand: #f44dcd;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#f44dcd")Accessibility — WCAG contrast
Aa
#f44dcd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44dcd on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow16.0%
Key (black)4.3%
Color previews
#f44dcd text on a black background
contrast 6.79:1
Card sample
#f44dcd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44dcd;
Background color
Panel with #f44dcd background
background-color: #f44dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44dcd; background: linear-gradient(135deg, #f44dcd, #F44D5D);