#df74cb
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 116, 203
HSL
311°, 63%, 67%
CMYK
0, 48, 9, 13
Luminance
0.3249
Every format
| HEX | #df74cb |
| RGB | rgb(223, 116, 203) |
| HSL | hsl(311, 63%, 67%) |
| CMYK | cmyk(0%, 48%, 9%, 13%) |
| LAB | lab(63.8 52.9 -26.7) |
| LCH | lch(63.8 59.3 333.2) |
| OKLCH | oklch(0.709 0.169 334.7) |
Copy-ready code
/* CSS */
color: #df74cb;
background-color: #df74cb;
/* Tailwind (arbitrary) */
class="text-[#df74cb] bg-[#df74cb]"
/* SCSS */
$brand: #df74cb;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.796)
/* Android */
Color.parseColor("#df74cb")Accessibility — WCAG contrast
Aa
#df74cb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74cb on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow9.0%
Key (black)12.5%
Color previews
#df74cb text on a black background
contrast 7.50:1
Card sample
#df74cb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74cb;
Background color
Panel with #df74cb background
background-color: #df74cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74cb; background: linear-gradient(135deg, #df74cb, #DF7484);