#df459e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 69, 158
HSL
325°, 71%, 57%
CMYK
0, 69, 29, 13
Luminance
0.2241
Every format
| HEX | #df459e |
| RGB | rgb(223, 69, 158) |
| HSL | hsl(325, 71%, 57%) |
| CMYK | cmyk(0%, 69%, 29%, 13%) |
| LAB | lab(54.5 67.0 -15.0) |
| LCH | lch(54.5 68.6 347.4) |
| OKLCH | oklch(0.635 0.208 349.1) |
Copy-ready code
/* CSS */
color: #df459e;
background-color: #df459e;
/* Tailwind (arbitrary) */
class="text-[#df459e] bg-[#df459e]"
/* SCSS */
$brand: #df459e;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.620)
/* Android */
Color.parseColor("#df459e")Accessibility — WCAG contrast
Aa
#df459e on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df459e on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow29.1%
Key (black)12.5%
Color previews
#df459e text on a black background
contrast 5.48:1
Card sample
#df459e text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df459e;
Background color
Panel with #df459e background
background-color: #df459e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df459e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df459e; background: linear-gradient(135deg, #df459e, #DF5345);