#d22eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
210, 46, 176
HSL
312°, 65%, 50%
CMYK
0, 78, 16, 18
Luminance
0.1879
Every format
| HEX | #d22eb0 |
| RGB | rgb(210, 46, 176) |
| HSL | hsl(312, 65%, 50%) |
| CMYK | cmyk(0%, 78%, 16%, 18%) |
| LAB | lab(50.4 73.3 -32.0) |
| LCH | lch(50.4 80.0 336.4) |
| OKLCH | oklch(0.604 0.234 338.2) |
Copy-ready code
/* CSS */
color: #d22eb0;
background-color: #d22eb0;
/* Tailwind (arbitrary) */
class="text-[#d22eb0] bg-[#d22eb0]"
/* SCSS */
$brand: #d22eb0;
/* SwiftUI */
Color(red: 0.824, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#d22eb0")Accessibility — WCAG contrast
Aa
#d22eb0 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d22eb0 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow16.2%
Key (black)17.6%
Color previews
#d22eb0 text on a black background
contrast 4.76:1
Card sample
#d22eb0 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d22eb0;
Background color
Panel with #d22eb0 background
background-color: #d22eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d22eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d22eb0; background: linear-gradient(135deg, #d22eb0, #D22E43);