#d44eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 78, 179
HSL
315°, 61%, 57%
CMYK
0, 63, 16, 17
Luminance
0.2270
Every format
| HEX | #d44eb3 |
| RGB | rgb(212, 78, 179) |
| HSL | hsl(315, 61%, 57%) |
| CMYK | cmyk(0%, 63%, 16%, 17%) |
| LAB | lab(54.8 63.4 -27.0) |
| LCH | lch(54.8 68.9 336.9) |
| OKLCH | oklch(0.636 0.201 338.7) |
Copy-ready code
/* CSS */
color: #d44eb3;
background-color: #d44eb3;
/* Tailwind (arbitrary) */
class="text-[#d44eb3] bg-[#d44eb3]"
/* SCSS */
$brand: #d44eb3;
/* SwiftUI */
Color(red: 0.831, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#d44eb3")Accessibility — WCAG contrast
Aa
#d44eb3 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d44eb3 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow15.6%
Key (black)16.9%
Color previews
#d44eb3 text on a black background
contrast 5.54:1
Card sample
#d44eb3 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d44eb3;
Background color
Panel with #d44eb3 background
background-color: #d44eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d44eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d44eb3; background: linear-gradient(135deg, #d44eb3, #D44E5A);