#d76eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
215, 110, 178
HSL
321°, 57%, 64%
CMYK
0, 49, 17, 16
Luminance
0.2881
Every format
| HEX | #d76eb2 |
| RGB | rgb(215, 110, 178) |
| HSL | hsl(321, 57%, 64%) |
| CMYK | cmyk(0%, 49%, 17%, 16%) |
| LAB | lab(60.6 49.5 -17.4) |
| LCH | lch(60.6 52.5 340.6) |
| OKLCH | oklch(0.680 0.154 342.5) |
Copy-ready code
/* CSS */
color: #d76eb2;
background-color: #d76eb2;
/* Tailwind (arbitrary) */
class="text-[#d76eb2] bg-[#d76eb2]"
/* SCSS */
$brand: #d76eb2;
/* SwiftUI */
Color(red: 0.843, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#d76eb2")Accessibility — WCAG contrast
Aa
#d76eb2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d76eb2 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow17.2%
Key (black)15.7%
Color previews
#d76eb2 text on a black background
contrast 6.76:1
Card sample
#d76eb2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d76eb2;
Background color
Panel with #d76eb2 background
background-color: #d76eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d76eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d76eb2; background: linear-gradient(135deg, #d76eb2, #D7706E);