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