#df7fdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 127, 223
HSL
300°, 60%, 69%
CMYK
0, 43, 0, 13
Luminance
0.3619
Every format
| HEX | #df7fdf |
| RGB | rgb(223, 127, 223) |
| HSL | hsl(300, 60%, 69%) |
| CMYK | cmyk(0%, 43%, 0%, 13%) |
| LAB | lab(66.7 50.9 -33.4) |
| LCH | lch(66.7 60.8 326.7) |
| OKLCH | oklch(0.733 0.168 327.1) |
Copy-ready code
/* CSS */
color: #df7fdf;
background-color: #df7fdf;
/* Tailwind (arbitrary) */
class="text-[#df7fdf] bg-[#df7fdf]"
/* SCSS */
$brand: #df7fdf;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#df7fdf")Accessibility — WCAG contrast
Aa
#df7fdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7fdf on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#df7fdf text on a black background
contrast 8.24:1
Card sample
#df7fdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7fdf;
Background color
Panel with #df7fdf background
background-color: #df7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7fdf; background: linear-gradient(135deg, #df7fdf, #DF7F9F);