#df6cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 108, 186
HSL
319°, 64%, 65%
CMYK
0, 52, 17, 13
Luminance
0.2996
Every format
| HEX | #df6cba |
| RGB | rgb(223, 108, 186) |
| HSL | hsl(319, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 17%, 13%) |
| LAB | lab(61.6 54.1 -20.3) |
| LCH | lch(61.6 57.8 339.4) |
| OKLCH | oklch(0.691 0.169 341.3) |
Copy-ready code
/* CSS */
color: #df6cba;
background-color: #df6cba;
/* Tailwind (arbitrary) */
class="text-[#df6cba] bg-[#df6cba]"
/* SCSS */
$brand: #df6cba;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#df6cba")Accessibility — WCAG contrast
Aa
#df6cba on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6cba on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow16.6%
Key (black)12.5%
Color previews
#df6cba text on a black background
contrast 6.99:1
Card sample
#df6cba text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6cba;
Background color
Panel with #df6cba background
background-color: #df6cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6cba; background: linear-gradient(135deg, #df6cba, #DF6C6D);