#f44daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 77, 175
HSL
325°, 88%, 63%
CMYK
0, 68, 28, 4
Luminance
0.2764
Every format
| HEX | #f44daf |
| RGB | rgb(244, 77, 175) |
| HSL | hsl(325, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 28%, 4%) |
| LAB | lab(59.6 71.6 -16.9) |
| LCH | lch(59.6 73.6 346.7) |
| OKLCH | oklch(0.681 0.222 348.5) |
Copy-ready code
/* CSS */
color: #f44daf;
background-color: #f44daf;
/* Tailwind (arbitrary) */
class="text-[#f44daf] bg-[#f44daf]"
/* SCSS */
$brand: #f44daf;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.686)
/* Android */
Color.parseColor("#f44daf")Accessibility — WCAG contrast
Aa
#f44daf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44daf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow28.3%
Key (black)4.3%
Color previews
#f44daf text on a black background
contrast 6.53:1
Card sample
#f44daf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44daf;
Background color
Panel with #f44daf background
background-color: #f44daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44daf; background: linear-gradient(135deg, #f44daf, #F45A4D);