#f44fdb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 79, 219
HSL
309°, 88%, 63%
CMYK
0, 68, 10, 4
Luminance
0.2994
Every format
| HEX | #f44fdb |
| RGB | rgb(244, 79, 219) |
| HSL | hsl(309, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 10%, 4%) |
| LAB | lab(61.6 76.8 -38.8) |
| LCH | lch(61.6 86.0 333.2) |
| OKLCH | oklch(0.702 0.247 334.6) |
Copy-ready code
/* CSS */
color: #f44fdb;
background-color: #f44fdb;
/* Tailwind (arbitrary) */
class="text-[#f44fdb] bg-[#f44fdb]"
/* SCSS */
$brand: #f44fdb;
/* SwiftUI */
Color(red: 0.957, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#f44fdb")Accessibility — WCAG contrast
Aa
#f44fdb on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44fdb on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green31.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow10.2%
Key (black)4.3%
Color previews
#f44fdb text on a black background
contrast 6.99:1
Card sample
#f44fdb text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44fdb;
Background color
Panel with #f44fdb background
background-color: #f44fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44fdb; background: linear-gradient(135deg, #f44fdb, #F44F6D);