#df0797
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 7, 151
HSL
320°, 94%, 45%
CMYK
0, 97, 32, 13
Luminance
0.1807
Every format
| HEX | #df0797 |
| RGB | rgb(223, 7, 151) |
| HSL | hsl(320, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 32%, 13%) |
| LAB | lab(49.6 79.4 -18.3) |
| LCH | lch(49.6 81.4 347.0) |
| OKLCH | oklch(0.599 0.248 348.9) |
Copy-ready code
/* CSS */
color: #df0797;
background-color: #df0797;
/* Tailwind (arbitrary) */
class="text-[#df0797] bg-[#df0797]"
/* SCSS */
$brand: #df0797;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.592)
/* Android */
Color.parseColor("#df0797")Accessibility — WCAG contrast
Aa
#df0797 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0797 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow32.3%
Key (black)12.5%
Color previews
#df0797 text on a black background
contrast 4.61:1
Card sample
#df0797 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0797;
Background color
Panel with #df0797 background
background-color: #df0797;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0797;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0797; background: linear-gradient(135deg, #df0797, #DF0707);