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