#f44bcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 75, 207
HSL
313°, 89%, 63%
CMYK
0, 69, 15, 4
Luminance
0.2877
Every format
| HEX | #f44bcf |
| RGB | rgb(244, 75, 207) |
| HSL | hsl(313, 89%, 63%) |
| CMYK | cmyk(0%, 69%, 15%, 4%) |
| LAB | lab(60.6 76.4 -33.6) |
| LCH | lch(60.6 83.5 336.3) |
| OKLCH | oklch(0.692 0.244 338.0) |
Copy-ready code
/* CSS */
color: #f44bcf;
background-color: #f44bcf;
/* Tailwind (arbitrary) */
class="text-[#f44bcf] bg-[#f44bcf]"
/* SCSS */
$brand: #f44bcf;
/* SwiftUI */
Color(red: 0.957, green: 0.294, blue: 0.812)
/* Android */
Color.parseColor("#f44bcf")Accessibility — WCAG contrast
Aa
#f44bcf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44bcf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow15.2%
Key (black)4.3%
Color previews
#f44bcf text on a black background
contrast 6.75:1
Card sample
#f44bcf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44bcf;
Background color
Panel with #f44bcf background
background-color: #f44bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 75, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 75, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44bcf; background: linear-gradient(135deg, #f44bcf, #F44B5E);