#762fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 47, 223
HSL
264°, 73%, 53%
CMYK
47, 79, 0, 13
Luminance
0.1121
Every format
| HEX | #762fdf |
| RGB | rgb(118, 47, 223) |
| HSL | hsl(264, 73%, 53%) |
| CMYK | cmyk(47%, 79%, 0%, 13%) |
| LAB | lab(39.9 65.0 -76.8) |
| LCH | lch(39.9 100.6 310.2) |
| OKLCH | oklch(0.512 0.242 294.3) |
Copy-ready code
/* CSS */
color: #762fdf;
background-color: #762fdf;
/* Tailwind (arbitrary) */
class="text-[#762fdf] bg-[#762fdf]"
/* SCSS */
$brand: #762fdf;
/* SwiftUI */
Color(red: 0.463, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#762fdf")Accessibility — WCAG contrast
Aa
#762fdf on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#762fdf on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green18.4%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#762fdf text on a black background
contrast 3.24:1
Card sample
#762fdf text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762fdf;
Background color
Panel with #762fdf background
background-color: #762fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762fdf; background: linear-gradient(135deg, #762fdf, #DF2FD3);