#760dbf
a dark, electric violet · warm · closest name: indigo
RGB
118, 13, 191
HSL
275°, 87%, 40%
CMYK
38, 93, 0, 25
Luminance
0.0790
Every format
| HEX | #760dbf |
| RGB | rgb(118, 13, 191) |
| HSL | hsl(275, 87%, 40%) |
| CMYK | cmyk(38%, 93%, 0%, 25%) |
| LAB | lab(33.8 67.3 -68.4) |
| LCH | lch(33.8 95.9 314.5) |
| OKLCH | oklch(0.461 0.234 303.4) |
Copy-ready code
/* CSS */
color: #760dbf;
background-color: #760dbf;
/* Tailwind (arbitrary) */
class="text-[#760dbf] bg-[#760dbf]"
/* SCSS */
$brand: #760dbf;
/* SwiftUI */
Color(red: 0.463, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#760dbf")Accessibility — WCAG contrast
Aa
#760dbf on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760dbf on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.1%
Blue74.9%
CMYK percentages
Cyan38.2%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#760dbf text on a black background
contrast 2.58:1
Card sample
#760dbf text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760dbf;
Background color
Panel with #760dbf background
background-color: #760dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760dbf; background: linear-gradient(135deg, #760dbf, #BF0D91);