#d24eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
210, 78, 178
HSL
315°, 60%, 57%
CMYK
0, 63, 15, 18
Luminance
0.2236
Every format
| HEX | #d24eb2 |
| RGB | rgb(210, 78, 178) |
| HSL | hsl(315, 60%, 57%) |
| CMYK | cmyk(0%, 63%, 15%, 18%) |
| LAB | lab(54.4 62.7 -27.0) |
| LCH | lch(54.4 68.2 336.7) |
| OKLCH | oklch(0.633 0.199 338.5) |
Copy-ready code
/* CSS */
color: #d24eb2;
background-color: #d24eb2;
/* Tailwind (arbitrary) */
class="text-[#d24eb2] bg-[#d24eb2]"
/* SCSS */
$brand: #d24eb2;
/* SwiftUI */
Color(red: 0.824, green: 0.306, blue: 0.698)
/* Android */
Color.parseColor("#d24eb2")Accessibility — WCAG contrast
Aa
#d24eb2 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d24eb2 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green30.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow15.2%
Key (black)17.6%
Color previews
#d24eb2 text on a black background
contrast 5.47:1
Card sample
#d24eb2 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d24eb2;
Background color
Panel with #d24eb2 background
background-color: #d24eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d24eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 78, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 78, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d24eb2; background: linear-gradient(135deg, #d24eb2, #D24E5A);