#df74d1
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 116, 209
HSL
308°, 63%, 67%
CMYK
0, 48, 6, 13
Luminance
0.3278
Every format
| HEX | #df74d1 |
| RGB | rgb(223, 116, 209) |
| HSL | hsl(308, 63%, 67%) |
| CMYK | cmyk(0%, 48%, 6%, 13%) |
| LAB | lab(64.0 53.9 -29.7) |
| LCH | lch(64.0 61.5 331.1) |
| OKLCH | oklch(0.712 0.174 332.3) |
Copy-ready code
/* CSS */
color: #df74d1;
background-color: #df74d1;
/* Tailwind (arbitrary) */
class="text-[#df74d1] bg-[#df74d1]"
/* SCSS */
$brand: #df74d1;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.820)
/* Android */
Color.parseColor("#df74d1")Accessibility — WCAG contrast
Aa
#df74d1 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74d1 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow6.3%
Key (black)12.5%
Color previews
#df74d1 text on a black background
contrast 7.56:1
Card sample
#df74d1 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74d1;
Background color
Panel with #df74d1 background
background-color: #df74d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74d1; background: linear-gradient(135deg, #df74d1, #DF748A);