#762dfd
a balanced, electric violet · warm · closest name: blue
RGB
118, 45, 253
HSL
261°, 98%, 58%
CMYK
53, 82, 0, 1
Luminance
0.1282
Every format
| HEX | #762dfd |
| RGB | rgb(118, 45, 253) |
| HSL | hsl(261, 98%, 58%) |
| CMYK | cmyk(53%, 82%, 0%, 1%) |
| LAB | lab(42.5 73.0 -89.6) |
| LCH | lch(42.5 115.6 309.2) |
| OKLCH | oklch(0.538 0.273 289.4) |
Copy-ready code
/* CSS */
color: #762dfd;
background-color: #762dfd;
/* Tailwind (arbitrary) */
class="text-[#762dfd] bg-[#762dfd]"
/* SCSS */
$brand: #762dfd;
/* SwiftUI */
Color(red: 0.463, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#762dfd")Accessibility — WCAG contrast
Aa
#762dfd on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#762dfd on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green17.6%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#762dfd text on a black background
contrast 3.56:1
Card sample
#762dfd text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762dfd;
Background color
Panel with #762dfd background
background-color: #762dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762dfd; background: linear-gradient(135deg, #762dfd, #FD2DF9);