#df74e3
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 116, 227
HSL
298°, 67%, 67%
CMYK
2, 49, 0, 11
Luminance
0.3372
Every format
| HEX | #df74e3 |
| RGB | rgb(223, 116, 227) |
| HSL | hsl(298, 67%, 67%) |
| CMYK | cmyk(2%, 49%, 0%, 11%) |
| LAB | lab(64.8 57.0 -38.6) |
| LCH | lch(64.8 68.9 325.9) |
| OKLCH | oklch(0.720 0.190 326.0) |
Copy-ready code
/* CSS */
color: #df74e3;
background-color: #df74e3;
/* Tailwind (arbitrary) */
class="text-[#df74e3] bg-[#df74e3]"
/* SCSS */
$brand: #df74e3;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.890)
/* Android */
Color.parseColor("#df74e3")Accessibility — WCAG contrast
Aa
#df74e3 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df74e3 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta48.9%
Yellow0.0%
Key (black)11.0%
Color previews
#df74e3 text on a black background
contrast 7.74:1
Card sample
#df74e3 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df74e3;
Background color
Panel with #df74e3 background
background-color: #df74e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df74e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df74e3; background: linear-gradient(135deg, #df74e3, #E3749D);