#db76cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 118, 207
HSL
307°, 58%, 66%
CMYK
0, 46, 6, 14
Luminance
0.3252
Every format
| HEX | #db76cf |
| RGB | rgb(219, 118, 207) |
| HSL | hsl(307, 58%, 66%) |
| CMYK | cmyk(0%, 46%, 6%, 14%) |
| LAB | lab(63.8 51.4 -29.0) |
| LCH | lch(63.8 59.0 330.6) |
| OKLCH | oklch(0.709 0.166 331.7) |
Copy-ready code
/* CSS */
color: #db76cf;
background-color: #db76cf;
/* Tailwind (arbitrary) */
class="text-[#db76cf] bg-[#db76cf]"
/* SCSS */
$brand: #db76cf;
/* SwiftUI */
Color(red: 0.859, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#db76cf")Accessibility — WCAG contrast
Aa
#db76cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db76cf on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green46.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow5.5%
Key (black)14.1%
Color previews
#db76cf text on a black background
contrast 7.50:1
Card sample
#db76cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db76cf;
Background color
Panel with #db76cf background
background-color: #db76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db76cf; background: linear-gradient(135deg, #db76cf, #DB768C);