#df5d95
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 93, 149
HSL
334°, 67%, 62%
CMYK
0, 58, 33, 13
Luminance
0.2569
Every format
| HEX | #df5d95 |
| RGB | rgb(223, 93, 149) |
| HSL | hsl(334, 67%, 62%) |
| CMYK | cmyk(0%, 58%, 33%, 13%) |
| LAB | lab(57.7 56.1 -4.8) |
| LCH | lch(57.7 56.3 355.1) |
| OKLCH | oklch(0.658 0.171 356.0) |
Copy-ready code
/* CSS */
color: #df5d95;
background-color: #df5d95;
/* Tailwind (arbitrary) */
class="text-[#df5d95] bg-[#df5d95]"
/* SCSS */
$brand: #df5d95;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.584)
/* Android */
Color.parseColor("#df5d95")Accessibility — WCAG contrast
Aa
#df5d95 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d95 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow33.2%
Key (black)12.5%
Color previews
#df5d95 text on a black background
contrast 6.14:1
Card sample
#df5d95 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d95;
Background color
Panel with #df5d95 background
background-color: #df5d95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d95; background: linear-gradient(135deg, #df5d95, #DF7C5D);