#df40c9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 64, 201
HSL
308°, 71%, 56%
CMYK
0, 71, 10, 13
Luminance
0.2357
Every format
| HEX | #df40c9 |
| RGB | rgb(223, 64, 201) |
| HSL | hsl(308, 71%, 56%) |
| CMYK | cmyk(0%, 71%, 10%, 13%) |
| LAB | lab(55.7 74.4 -38.1) |
| LCH | lch(55.7 83.6 332.8) |
| OKLCH | oklch(0.649 0.240 334.2) |
Copy-ready code
/* CSS */
color: #df40c9;
background-color: #df40c9;
/* Tailwind (arbitrary) */
class="text-[#df40c9] bg-[#df40c9]"
/* SCSS */
$brand: #df40c9;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.788)
/* Android */
Color.parseColor("#df40c9")Accessibility — WCAG contrast
Aa
#df40c9 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df40c9 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow9.9%
Key (black)12.5%
Color previews
#df40c9 text on a black background
contrast 5.71:1
Card sample
#df40c9 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df40c9;
Background color
Panel with #df40c9 background
background-color: #df40c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df40c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df40c9; background: linear-gradient(135deg, #df40c9, #DF405F);