#df339d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 51, 157
HSL
323°, 73%, 54%
CMYK
0, 77, 30, 13
Luminance
0.2049
Every format
| HEX | #df339d |
| RGB | rgb(223, 51, 157) |
| HSL | hsl(323, 73%, 54%) |
| CMYK | cmyk(0%, 77%, 30%, 13%) |
| LAB | lab(52.4 72.6 -17.6) |
| LCH | lch(52.4 74.7 346.4) |
| OKLCH | oklch(0.620 0.226 348.2) |
Copy-ready code
/* CSS */
color: #df339d;
background-color: #df339d;
/* Tailwind (arbitrary) */
class="text-[#df339d] bg-[#df339d]"
/* SCSS */
$brand: #df339d;
/* SwiftUI */
Color(red: 0.875, green: 0.200, blue: 0.616)
/* Android */
Color.parseColor("#df339d")Accessibility — WCAG contrast
Aa
#df339d on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df339d on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow29.6%
Key (black)12.5%
Color previews
#df339d text on a black background
contrast 5.10:1
Card sample
#df339d text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df339d;
Background color
Panel with #df339d background
background-color: #df339d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df339d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 51, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 51, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df339d; background: linear-gradient(135deg, #df339d, #DF3B33);