#df0d97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 13, 151
HSL
321°, 89%, 46%
CMYK
0, 94, 32, 13
Luminance
0.1821
Every format
| HEX | #df0d97 |
| RGB | rgb(223, 13, 151) |
| HSL | hsl(321, 89%, 46%) |
| CMYK | cmyk(0%, 94%, 32%, 13%) |
| LAB | lab(49.8 78.9 -18.0) |
| LCH | lch(49.8 80.9 347.1) |
| OKLCH | oklch(0.600 0.247 348.9) |
Copy-ready code
/* CSS */
color: #df0d97;
background-color: #df0d97;
/* Tailwind (arbitrary) */
class="text-[#df0d97] bg-[#df0d97]"
/* SCSS */
$brand: #df0d97;
/* SwiftUI */
Color(red: 0.875, green: 0.051, blue: 0.592)
/* Android */
Color.parseColor("#df0d97")Accessibility — WCAG contrast
Aa
#df0d97 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0d97 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.1%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow32.3%
Key (black)12.5%
Color previews
#df0d97 text on a black background
contrast 4.64:1
Card sample
#df0d97 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0d97;
Background color
Panel with #df0d97 background
background-color: #df0d97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0d97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 13, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 13, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0d97; background: linear-gradient(135deg, #df0d97, #DF0F0D);