#761dfd
a balanced, electric violet · warm · closest name: blue
RGB
118, 29, 253
HSL
264°, 98%, 55%
CMYK
53, 89, 0, 1
Luminance
0.1182
Every format
| HEX | #761dfd |
| RGB | rgb(118, 29, 253) |
| HSL | hsl(264, 98%, 55%) |
| CMYK | cmyk(53%, 89%, 0%, 1%) |
| LAB | lab(40.9 77.7 -92.2) |
| LCH | lch(40.9 120.5 310.1) |
| OKLCH | oklch(0.527 0.283 290.2) |
Copy-ready code
/* CSS */
color: #761dfd;
background-color: #761dfd;
/* Tailwind (arbitrary) */
class="text-[#761dfd] bg-[#761dfd]"
/* SCSS */
$brand: #761dfd;
/* SwiftUI */
Color(red: 0.463, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#761dfd")Accessibility — WCAG contrast
Aa
#761dfd on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#761dfd on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green11.4%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#761dfd text on a black background
contrast 3.36:1
Card sample
#761dfd text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761dfd;
Background color
Panel with #761dfd background
background-color: #761dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761dfd; background: linear-gradient(135deg, #761dfd, #FD1DEF);