#d62eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
214, 46, 176
HSL
314°, 67%, 51%
CMYK
0, 79, 18, 16
Luminance
0.1938
Every format
| HEX | #d62eb0 |
| RGB | rgb(214, 46, 176) |
| HSL | hsl(314, 67%, 51%) |
| CMYK | cmyk(0%, 79%, 18%, 16%) |
| LAB | lab(51.1 74.2 -30.9) |
| LCH | lch(51.1 80.3 337.4) |
| OKLCH | oklch(0.610 0.236 339.3) |
Copy-ready code
/* CSS */
color: #d62eb0;
background-color: #d62eb0;
/* Tailwind (arbitrary) */
class="text-[#d62eb0] bg-[#d62eb0]"
/* SCSS */
$brand: #d62eb0;
/* SwiftUI */
Color(red: 0.839, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#d62eb0")Accessibility — WCAG contrast
Aa
#d62eb0 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d62eb0 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow17.8%
Key (black)16.1%
Color previews
#d62eb0 text on a black background
contrast 4.88:1
Card sample
#d62eb0 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d62eb0;
Background color
Panel with #d62eb0 background
background-color: #d62eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d62eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d62eb0; background: linear-gradient(135deg, #d62eb0, #D62E40);