#df438d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 67, 141
HSL
332°, 71%, 57%
CMYK
0, 70, 37, 13
Luminance
0.2163
Every format
| HEX | #df438d |
| RGB | rgb(223, 67, 141) |
| HSL | hsl(332, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 37%, 13%) |
| LAB | lab(53.6 65.8 -6.2) |
| LCH | lch(53.6 66.0 354.6) |
| OKLCH | oklch(0.627 0.202 355.6) |
Copy-ready code
/* CSS */
color: #df438d;
background-color: #df438d;
/* Tailwind (arbitrary) */
class="text-[#df438d] bg-[#df438d]"
/* SCSS */
$brand: #df438d;
/* SwiftUI */
Color(red: 0.875, green: 0.263, blue: 0.553)
/* Android */
Color.parseColor("#df438d")Accessibility — WCAG contrast
Aa
#df438d on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df438d on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow36.8%
Key (black)12.5%
Color previews
#df438d text on a black background
contrast 5.33:1
Card sample
#df438d text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df438d;
Background color
Panel with #df438d background
background-color: #df438d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df438d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 67, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 67, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df438d; background: linear-gradient(135deg, #df438d, #DF6143);