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