#77006b
a deep, electric magenta / pink · warm · closest name: purple
RGB
119, 0, 107
HSL
306°, 100%, 23%
CMYK
0, 100, 10, 53
Luminance
0.0498
Every format
| HEX | #77006b |
| RGB | rgb(119, 0, 107) |
| HSL | hsl(306, 100%, 23%) |
| CMYK | cmyk(0%, 100%, 10%, 53%) |
| LAB | lab(26.7 54.1 -28.1) |
| LCH | lch(26.7 61.0 332.5) |
| OKLCH | oklch(0.392 0.175 333.8) |
Copy-ready code
/* CSS */
color: #77006b;
background-color: #77006b;
/* Tailwind (arbitrary) */
class="text-[#77006b] bg-[#77006b]"
/* SCSS */
$brand: #77006b;
/* SwiftUI */
Color(red: 0.467, green: 0.000, blue: 0.420)
/* Android */
Color.parseColor("#77006b")Accessibility — WCAG contrast
Aa
#77006b on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#77006b on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green0.0%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow10.1%
Key (black)53.3%
Color previews
#77006b text on a black background
contrast 2.00:1
Card sample
#77006b text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77006b;
Background color
Panel with #77006b background
background-color: #77006b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77006b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 0, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 0, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77006b; background: linear-gradient(135deg, #77006b, #77001C);