#df7cdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 124, 223
HSL
300°, 61%, 68%
CMYK
0, 44, 0, 13
Luminance
0.3543
Every format
| HEX | #df7cdf |
| RGB | rgb(223, 124, 223) |
| HSL | hsl(300, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 0%, 13%) |
| LAB | lab(66.1 52.4 -34.3) |
| LCH | lch(66.1 62.6 326.8) |
| OKLCH | oklch(0.729 0.173 327.2) |
Copy-ready code
/* CSS */
color: #df7cdf;
background-color: #df7cdf;
/* Tailwind (arbitrary) */
class="text-[#df7cdf] bg-[#df7cdf]"
/* SCSS */
$brand: #df7cdf;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#df7cdf")Accessibility — WCAG contrast
Aa
#df7cdf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7cdf on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#df7cdf text on a black background
contrast 8.09:1
Card sample
#df7cdf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7cdf;
Background color
Panel with #df7cdf background
background-color: #df7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7cdf; background: linear-gradient(135deg, #df7cdf, #DF7C9D);