#760cfd
a balanced, electric violet · warm · closest name: blue
RGB
118, 12, 253
HSL
266°, 98%, 52%
CMYK
53, 95, 0, 1
Luminance
0.1121
Every format
| HEX | #760cfd |
| RGB | rgb(118, 12, 253) |
| HSL | hsl(266, 98%, 52%) |
| CMYK | cmyk(53%, 95%, 0%, 1%) |
| LAB | lab(39.9 80.7 -93.8) |
| LCH | lch(39.9 123.8 310.7) |
| OKLCH | oklch(0.521 0.288 290.8) |
Copy-ready code
/* CSS */
color: #760cfd;
background-color: #760cfd;
/* Tailwind (arbitrary) */
class="text-[#760cfd] bg-[#760cfd]"
/* SCSS */
$brand: #760cfd;
/* SwiftUI */
Color(red: 0.463, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#760cfd")Accessibility — WCAG contrast
Aa
#760cfd on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#760cfd on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green4.7%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#760cfd text on a black background
contrast 3.24:1
Card sample
#760cfd text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760cfd;
Background color
Panel with #760cfd background
background-color: #760cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760cfd; background: linear-gradient(135deg, #760cfd, #FD0CE3);