#761bdf
a balanced, electric violet · warm · closest name: blue
RGB
118, 27, 223
HSL
268°, 78%, 49%
CMYK
47, 88, 0, 13
Luminance
0.0996
Every format
| HEX | #761bdf |
| RGB | rgb(118, 27, 223) |
| HSL | hsl(268, 78%, 49%) |
| CMYK | cmyk(47%, 88%, 0%, 13%) |
| LAB | lab(37.8 71.3 -80.4) |
| LCH | lch(37.8 107.5 311.6) |
| OKLCH | oklch(0.497 0.256 295.6) |
Copy-ready code
/* CSS */
color: #761bdf;
background-color: #761bdf;
/* Tailwind (arbitrary) */
class="text-[#761bdf] bg-[#761bdf]"
/* SCSS */
$brand: #761bdf;
/* SwiftUI */
Color(red: 0.463, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#761bdf")Accessibility — WCAG contrast
Aa
#761bdf on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761bdf on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green10.6%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#761bdf text on a black background
contrast 2.99:1
Card sample
#761bdf text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761bdf;
Background color
Panel with #761bdf background
background-color: #761bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761bdf; background: linear-gradient(135deg, #761bdf, #DF1BC5);