#df6eb8
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 110, 184
HSL
321°, 64%, 65%
CMYK
0, 51, 18, 13
Luminance
0.3030
Every format
| HEX | #df6eb8 |
| RGB | rgb(223, 110, 184) |
| HSL | hsl(321, 64%, 65%) |
| CMYK | cmyk(0%, 51%, 18%, 13%) |
| LAB | lab(61.9 52.9 -18.8) |
| LCH | lch(61.9 56.1 340.5) |
| OKLCH | oklch(0.693 0.165 342.3) |
Copy-ready code
/* CSS */
color: #df6eb8;
background-color: #df6eb8;
/* Tailwind (arbitrary) */
class="text-[#df6eb8] bg-[#df6eb8]"
/* SCSS */
$brand: #df6eb8;
/* SwiftUI */
Color(red: 0.875, green: 0.431, blue: 0.722)
/* Android */
Color.parseColor("#df6eb8")Accessibility — WCAG contrast
Aa
#df6eb8 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6eb8 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow17.5%
Key (black)12.5%
Color previews
#df6eb8 text on a black background
contrast 7.06:1
Card sample
#df6eb8 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6eb8;
Background color
Panel with #df6eb8 background
background-color: #df6eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 110, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 110, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6eb8; background: linear-gradient(135deg, #df6eb8, #DF6F6E);