#df74c6
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 116, 198
HSL
314°, 63%, 67%
CMYK
0, 48, 11, 13
Luminance
0.3226
Every format
| HEX | #df74c6 |
| RGB | rgb(223, 116, 198) |
| HSL | hsl(314, 63%, 67%) |
| CMYK | cmyk(0%, 48%, 11%, 13%) |
| LAB | lab(63.6 52.1 -24.2) |
| LCH | lch(63.6 57.5 335.1) |
| OKLCH | oklch(0.707 0.165 336.7) |
Copy-ready code
/* CSS */
color: #df74c6;
background-color: #df74c6;
/* Tailwind (arbitrary) */
class="text-[#df74c6] bg-[#df74c6]"
/* SCSS */
$brand: #df74c6;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.776)
/* Android */
Color.parseColor("#df74c6")Accessibility — WCAG contrast
Aa
#df74c6 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74c6 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow11.2%
Key (black)12.5%
Color previews
#df74c6 text on a black background
contrast 7.45:1
Card sample
#df74c6 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74c6;
Background color
Panel with #df74c6 background
background-color: #df74c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74c6; background: linear-gradient(135deg, #df74c6, #DF747F);