#df6ebc
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 110, 188
HSL
319°, 64%, 65%
CMYK
0, 51, 16, 13
Luminance
0.3047
Every format
| HEX | #df6ebc |
| RGB | rgb(223, 110, 188) |
| HSL | hsl(319, 64%, 65%) |
| CMYK | cmyk(0%, 51%, 16%, 13%) |
| LAB | lab(62.1 53.5 -20.8) |
| LCH | lch(62.1 57.4 338.7) |
| OKLCH | oklch(0.695 0.167 340.6) |
Copy-ready code
/* CSS */
color: #df6ebc;
background-color: #df6ebc;
/* Tailwind (arbitrary) */
class="text-[#df6ebc] bg-[#df6ebc]"
/* SCSS */
$brand: #df6ebc;
/* SwiftUI */
Color(red: 0.875, green: 0.431, blue: 0.737)
/* Android */
Color.parseColor("#df6ebc")Accessibility — WCAG contrast
Aa
#df6ebc on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df6ebc on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow15.7%
Key (black)12.5%
Color previews
#df6ebc text on a black background
contrast 7.09:1
Card sample
#df6ebc text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6ebc;
Background color
Panel with #df6ebc background
background-color: #df6ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 110, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 110, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6ebc; background: linear-gradient(135deg, #df6ebc, #DF6E71);