#df62c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 98, 194
HSL
314°, 66%, 63%
CMYK
0, 56, 13, 13
Luminance
0.2832
Every format
| HEX | #df62c2 |
| RGB | rgb(223, 98, 194) |
| HSL | hsl(314, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 13%, 13%) |
| LAB | lab(60.2 60.0 -27.1) |
| LCH | lch(60.2 65.8 335.7) |
| OKLCH | oklch(0.681 0.190 337.4) |
Copy-ready code
/* CSS */
color: #df62c2;
background-color: #df62c2;
/* Tailwind (arbitrary) */
class="text-[#df62c2] bg-[#df62c2]"
/* SCSS */
$brand: #df62c2;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.761)
/* Android */
Color.parseColor("#df62c2")Accessibility — WCAG contrast
Aa
#df62c2 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df62c2 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow13.0%
Key (black)12.5%
Color previews
#df62c2 text on a black background
contrast 6.66:1
Card sample
#df62c2 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df62c2;
Background color
Panel with #df62c2 background
background-color: #df62c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df62c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df62c2; background: linear-gradient(135deg, #df62c2, #DF626F);