#760fdf
a balanced, electric violet · warm · closest name: blue
RGB
118, 15, 223
HSL
270°, 87%, 47%
CMYK
47, 93, 0, 13
Luminance
0.0952
Every format
| HEX | #760fdf |
| RGB | rgb(118, 15, 223) |
| HSL | hsl(270, 87%, 47%) |
| CMYK | cmyk(47%, 93%, 0%, 13%) |
| LAB | lab(37.0 73.8 -81.7) |
| LCH | lch(37.0 110.1 312.1) |
| OKLCH | oklch(0.492 0.261 296.1) |
Copy-ready code
/* CSS */
color: #760fdf;
background-color: #760fdf;
/* Tailwind (arbitrary) */
class="text-[#760fdf] bg-[#760fdf]"
/* SCSS */
$brand: #760fdf;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#760fdf")Accessibility — WCAG contrast
Aa
#760fdf on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760fdf on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#760fdf text on a black background
contrast 2.90:1
Card sample
#760fdf text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760fdf;
Background color
Panel with #760fdf background
background-color: #760fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760fdf; background: linear-gradient(135deg, #760fdf, #DF0FBE);