#df6cbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 108, 188
HSL
318°, 64%, 65%
CMYK
0, 52, 16, 13
Luminance
0.3004
Every format
| HEX | #df6cbc |
| RGB | rgb(223, 108, 188) |
| HSL | hsl(318, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 16%, 13%) |
| LAB | lab(61.7 54.4 -21.4) |
| LCH | lch(61.7 58.5 338.6) |
| OKLCH | oklch(0.692 0.171 340.4) |
Copy-ready code
/* CSS */
color: #df6cbc;
background-color: #df6cbc;
/* Tailwind (arbitrary) */
class="text-[#df6cbc] bg-[#df6cbc]"
/* SCSS */
$brand: #df6cbc;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.737)
/* Android */
Color.parseColor("#df6cbc")Accessibility — WCAG contrast
Aa
#df6cbc on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6cbc on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green42.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow15.7%
Key (black)12.5%
Color previews
#df6cbc text on a black background
contrast 7.01:1
Card sample
#df6cbc text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6cbc;
Background color
Panel with #df6cbc background
background-color: #df6cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 108, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6cbc; background: linear-gradient(135deg, #df6cbc, #DF6C6F);