#df76cb
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 118, 203
HSL
311°, 62%, 67%
CMYK
0, 47, 9, 13
Luminance
0.3296
Every format
| HEX | #df76cb |
| RGB | rgb(223, 118, 203) |
| HSL | hsl(311, 62%, 67%) |
| CMYK | cmyk(0%, 47%, 9%, 13%) |
| LAB | lab(64.1 51.9 -26.1) |
| LCH | lch(64.1 58.1 333.3) |
| OKLCH | oklch(0.712 0.166 334.8) |
Copy-ready code
/* CSS */
color: #df76cb;
background-color: #df76cb;
/* Tailwind (arbitrary) */
class="text-[#df76cb] bg-[#df76cb]"
/* SCSS */
$brand: #df76cb;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.796)
/* Android */
Color.parseColor("#df76cb")Accessibility — WCAG contrast
Aa
#df76cb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df76cb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow9.0%
Key (black)12.5%
Color previews
#df76cb text on a black background
contrast 7.59:1
Card sample
#df76cb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df76cb;
Background color
Panel with #df76cb background
background-color: #df76cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df76cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df76cb; background: linear-gradient(135deg, #df76cb, #DF7685);