#d44fd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 79, 212
HSL
300°, 61%, 57%
CMYK
0, 63, 0, 17
Luminance
0.2434
Every format
| HEX | #d44fd4 |
| RGB | rgb(212, 79, 212) |
| HSL | hsl(300, 61%, 57%) |
| CMYK | cmyk(0%, 63%, 0%, 17%) |
| LAB | lab(56.4 68.1 -43.3) |
| LCH | lch(56.4 80.7 327.5) |
| OKLCH | oklch(0.653 0.224 327.8) |
Copy-ready code
/* CSS */
color: #d44fd4;
background-color: #d44fd4;
/* Tailwind (arbitrary) */
class="text-[#d44fd4] bg-[#d44fd4]"
/* SCSS */
$brand: #d44fd4;
/* SwiftUI */
Color(red: 0.831, green: 0.310, blue: 0.831)
/* Android */
Color.parseColor("#d44fd4")Accessibility — WCAG contrast
Aa
#d44fd4 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d44fd4 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green31.0%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow0.0%
Key (black)16.9%
Color previews
#d44fd4 text on a black background
contrast 5.87:1
Card sample
#d44fd4 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d44fd4;
Background color
Panel with #d44fd4 background
background-color: #d44fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d44fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 79, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 79, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d44fd4; background: linear-gradient(135deg, #d44fd4, #D44F7B);