#df6cbe
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 108, 190
HSL
317°, 64%, 65%
CMYK
0, 52, 15, 13
Luminance
0.3013
Every format
| HEX | #df6cbe |
| RGB | rgb(223, 108, 190) |
| HSL | hsl(317, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 15%, 13%) |
| LAB | lab(61.8 54.7 -22.4) |
| LCH | lch(61.8 59.1 337.8) |
| OKLCH | oklch(0.693 0.172 339.6) |
Copy-ready code
/* CSS */
color: #df6cbe;
background-color: #df6cbe;
/* Tailwind (arbitrary) */
class="text-[#df6cbe] bg-[#df6cbe]"
/* SCSS */
$brand: #df6cbe;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.745)
/* Android */
Color.parseColor("#df6cbe")Accessibility — WCAG contrast
Aa
#df6cbe on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6cbe on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow14.8%
Key (black)12.5%
Color previews
#df6cbe text on a black background
contrast 7.03:1
Card sample
#df6cbe text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6cbe;
Background color
Panel with #df6cbe background
background-color: #df6cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6cbe; background: linear-gradient(135deg, #df6cbe, #DF6C71);