#761fdf
a balanced, electric violet · warm · closest name: blue
RGB
118, 31, 223
HSL
267°, 76%, 50%
CMYK
47, 86, 0, 13
Luminance
0.1016
Every format
| HEX | #761fdf |
| RGB | rgb(118, 31, 223) |
| HSL | hsl(267, 76%, 50%) |
| CMYK | cmyk(47%, 86%, 0%, 13%) |
| LAB | lab(38.1 70.3 -79.8) |
| LCH | lch(38.1 106.4 311.4) |
| OKLCH | oklch(0.499 0.254 295.4) |
Copy-ready code
/* CSS */
color: #761fdf;
background-color: #761fdf;
/* Tailwind (arbitrary) */
class="text-[#761fdf] bg-[#761fdf]"
/* SCSS */
$brand: #761fdf;
/* SwiftUI */
Color(red: 0.463, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#761fdf")Accessibility — WCAG contrast
Aa
#761fdf on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#761fdf on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green12.2%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#761fdf text on a black background
contrast 3.03:1
Card sample
#761fdf text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761fdf;
Background color
Panel with #761fdf background
background-color: #761fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761fdf; background: linear-gradient(135deg, #761fdf, #DF1FC8);