#df74d6
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 116, 214
HSL
305°, 63%, 67%
CMYK
0, 48, 4, 13
Luminance
0.3303
Every format
| HEX | #df74d6 |
| RGB | rgb(223, 116, 214) |
| HSL | hsl(305, 63%, 67%) |
| CMYK | cmyk(0%, 48%, 4%, 13%) |
| LAB | lab(64.2 54.8 -32.2) |
| LCH | lch(64.2 63.5 329.5) |
| OKLCH | oklch(0.714 0.178 330.5) |
Copy-ready code
/* CSS */
color: #df74d6;
background-color: #df74d6;
/* Tailwind (arbitrary) */
class="text-[#df74d6] bg-[#df74d6]"
/* SCSS */
$brand: #df74d6;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.839)
/* Android */
Color.parseColor("#df74d6")Accessibility — WCAG contrast
Aa
#df74d6 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74d6 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow4.0%
Key (black)12.5%
Color previews
#df74d6 text on a black background
contrast 7.61:1
Card sample
#df74d6 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74d6;
Background color
Panel with #df74d6 background
background-color: #df74d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74d6; background: linear-gradient(135deg, #df74d6, #DF748F);