#76088f
a dark, electric violet · warm · closest name: purple
RGB
118, 8, 143
HSL
289°, 89%, 30%
CMYK
18, 94, 0, 44
Luminance
0.0601
Every format
| HEX | #76088f |
| RGB | rgb(118, 8, 143) |
| HSL | hsl(289, 89%, 30%) |
| CMYK | cmyk(18%, 94%, 0%, 44%) |
| LAB | lab(29.4 58.5 -46.5) |
| LCH | lch(29.4 74.8 321.5) |
| OKLCH | oklch(0.418 0.197 318.3) |
Copy-ready code
/* CSS */
color: #76088f;
background-color: #76088f;
/* Tailwind (arbitrary) */
class="text-[#76088f] bg-[#76088f]"
/* SCSS */
$brand: #76088f;
/* SwiftUI */
Color(red: 0.463, green: 0.031, blue: 0.561)
/* Android */
Color.parseColor("#76088f")Accessibility — WCAG contrast
Aa
#76088f on white: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#76088f on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green3.1%
Blue56.1%
CMYK percentages
Cyan17.5%
Magenta94.4%
Yellow0.0%
Key (black)43.9%
Color previews
#76088f text on a black background
contrast 2.20:1
Card sample
#76088f text on a white background
contrast 9.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76088f;
Background color
Panel with #76088f background
background-color: #76088f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76088f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 8, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 8, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76088f; background: linear-gradient(135deg, #76088f, #8F084E);