#df5fca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 95, 202
HSL
310°, 67%, 62%
CMYK
0, 57, 9, 13
Luminance
0.2814
Every format
| HEX | #df5fca |
| RGB | rgb(223, 95, 202) |
| HSL | hsl(310, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 9%, 13%) |
| LAB | lab(60.0 62.6 -31.9) |
| LCH | lch(60.0 70.3 333.0) |
| OKLCH | oklch(0.681 0.201 334.4) |
Copy-ready code
/* CSS */
color: #df5fca;
background-color: #df5fca;
/* Tailwind (arbitrary) */
class="text-[#df5fca] bg-[#df5fca]"
/* SCSS */
$brand: #df5fca;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.792)
/* Android */
Color.parseColor("#df5fca")Accessibility — WCAG contrast
Aa
#df5fca on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5fca on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow9.4%
Key (black)12.5%
Color previews
#df5fca text on a black background
contrast 6.63:1
Card sample
#df5fca text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5fca;
Background color
Panel with #df5fca background
background-color: #df5fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5fca; background: linear-gradient(135deg, #df5fca, #DF5F75);