#df6dda
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 109, 218
HSL
303°, 64%, 65%
CMYK
0, 51, 2, 13
Luminance
0.3169
Every format
| HEX | #df6dda |
| RGB | rgb(223, 109, 218) |
| HSL | hsl(303, 64%, 65%) |
| CMYK | cmyk(0%, 51%, 2%, 13%) |
| LAB | lab(63.1 58.8 -36.2) |
| LCH | lch(63.1 69.0 328.4) |
| OKLCH | oklch(0.706 0.193 329.0) |
Copy-ready code
/* CSS */
color: #df6dda;
background-color: #df6dda;
/* Tailwind (arbitrary) */
class="text-[#df6dda] bg-[#df6dda]"
/* SCSS */
$brand: #df6dda;
/* SwiftUI */
Color(red: 0.875, green: 0.427, blue: 0.855)
/* Android */
Color.parseColor("#df6dda")Accessibility — WCAG contrast
Aa
#df6dda on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6dda on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow2.2%
Key (black)12.5%
Color previews
#df6dda text on a black background
contrast 7.34:1
Card sample
#df6dda text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6dda;
Background color
Panel with #df6dda background
background-color: #df6dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 109, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 109, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6dda; background: linear-gradient(135deg, #df6dda, #DF6D8E);