#df258d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 37, 141
HSL
327°, 74%, 51%
CMYK
0, 83, 37, 13
Luminance
0.1893
Every format
| HEX | #df258d |
| RGB | rgb(223, 37, 141) |
| HSL | hsl(327, 74%, 51%) |
| CMYK | cmyk(0%, 83%, 37%, 13%) |
| LAB | lab(50.6 74.3 -10.7) |
| LCH | lch(50.6 75.1 351.8) |
| OKLCH | oklch(0.605 0.230 353.1) |
Copy-ready code
/* CSS */
color: #df258d;
background-color: #df258d;
/* Tailwind (arbitrary) */
class="text-[#df258d] bg-[#df258d]"
/* SCSS */
$brand: #df258d;
/* SwiftUI */
Color(red: 0.875, green: 0.145, blue: 0.553)
/* Android */
Color.parseColor("#df258d")Accessibility — WCAG contrast
Aa
#df258d on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df258d on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow36.8%
Key (black)12.5%
Color previews
#df258d text on a black background
contrast 4.79:1
Card sample
#df258d text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df258d;
Background color
Panel with #df258d background
background-color: #df258d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df258d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 37, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 37, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df258d; background: linear-gradient(135deg, #df258d, #DF3925);