#df6fdf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 111, 223
HSL
300°, 64%, 66%
CMYK
0, 50, 0, 13
Luminance
0.3238
Every format
| HEX | #df6fdf |
| RGB | rgb(223, 111, 223) |
| HSL | hsl(300, 64%, 66%) |
| CMYK | cmyk(0%, 50%, 0%, 13%) |
| LAB | lab(63.7 58.7 -38.0) |
| LCH | lch(63.7 70.0 327.1) |
| OKLCH | oklch(0.711 0.194 327.4) |
Copy-ready code
/* CSS */
color: #df6fdf;
background-color: #df6fdf;
/* Tailwind (arbitrary) */
class="text-[#df6fdf] bg-[#df6fdf]"
/* SCSS */
$brand: #df6fdf;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#df6fdf")Accessibility — WCAG contrast
Aa
#df6fdf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6fdf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#df6fdf text on a black background
contrast 7.48:1
Card sample
#df6fdf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6fdf;
Background color
Panel with #df6fdf background
background-color: #df6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6fdf; background: linear-gradient(135deg, #df6fdf, #DF6F94);