#df5fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 95, 220
HSL
301°, 67%, 62%
CMYK
0, 57, 1, 13
Luminance
0.2904
Every format
| HEX | #df5fdc |
| RGB | rgb(223, 95, 220) |
| HSL | hsl(301, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 1%, 13%) |
| LAB | lab(60.8 65.5 -40.8) |
| LCH | lch(60.8 77.2 328.1) |
| OKLCH | oklch(0.690 0.215 328.5) |
Copy-ready code
/* CSS */
color: #df5fdc;
background-color: #df5fdc;
/* Tailwind (arbitrary) */
class="text-[#df5fdc] bg-[#df5fdc]"
/* SCSS */
$brand: #df5fdc;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.863)
/* Android */
Color.parseColor("#df5fdc")Accessibility — WCAG contrast
Aa
#df5fdc on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5fdc on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow1.3%
Key (black)12.5%
Color previews
#df5fdc text on a black background
contrast 6.81:1
Card sample
#df5fdc text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5fdc;
Background color
Panel with #df5fdc background
background-color: #df5fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5fdc; background: linear-gradient(135deg, #df5fdc, #DF5F87);