#f445fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 69, 253
HSL
297°, 98%, 63%
CMYK
4, 73, 0, 1
Luminance
0.3058
Every format
| HEX | #f445fd |
| RGB | rgb(244, 69, 253) |
| HSL | hsl(297, 98%, 63%) |
| CMYK | cmyk(4%, 73%, 0%, 1%) |
| LAB | lab(62.2 85.2 -56.9) |
| LCH | lch(62.2 102.4 326.3) |
| OKLCH | oklch(0.711 0.282 325.9) |
Copy-ready code
/* CSS */
color: #f445fd;
background-color: #f445fd;
/* Tailwind (arbitrary) */
class="text-[#f445fd] bg-[#f445fd]"
/* SCSS */
$brand: #f445fd;
/* SwiftUI */
Color(red: 0.957, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#f445fd")Accessibility — WCAG contrast
Aa
#f445fd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f445fd on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green27.1%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f445fd text on a black background
contrast 7.12:1
Card sample
#f445fd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f445fd;
Background color
Panel with #f445fd background
background-color: #f445fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f445fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f445fd; background: linear-gradient(135deg, #f445fd, #FD458B);