#760cdf
a balanced, electric violet · warm · closest name: blue
RGB
118, 12, 223
HSL
270°, 90%, 46%
CMYK
47, 95, 0, 13
Luminance
0.0944
Every format
| HEX | #760cdf |
| RGB | rgb(118, 12, 223) |
| HSL | hsl(270, 90%, 46%) |
| CMYK | cmyk(47%, 95%, 0%, 13%) |
| LAB | lab(36.8 74.2 -82.0) |
| LCH | lch(36.8 110.6 312.2) |
| OKLCH | oklch(0.491 0.262 296.2) |
Copy-ready code
/* CSS */
color: #760cdf;
background-color: #760cdf;
/* Tailwind (arbitrary) */
class="text-[#760cdf] bg-[#760cdf]"
/* SCSS */
$brand: #760cdf;
/* SwiftUI */
Color(red: 0.463, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#760cdf")Accessibility — WCAG contrast
Aa
#760cdf on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760cdf on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green4.7%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#760cdf text on a black background
contrast 2.89:1
Card sample
#760cdf text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760cdf;
Background color
Panel with #760cdf background
background-color: #760cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760cdf; background: linear-gradient(135deg, #760cdf, #DF0CBC);