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