#762bdf
a balanced, vivid violet · warm · closest name: blue
RGB
118, 43, 223
HSL
265°, 74%, 52%
CMYK
47, 81, 0, 13
Luminance
0.1091
Every format
| HEX | #762bdf |
| RGB | rgb(118, 43, 223) |
| HSL | hsl(265, 74%, 52%) |
| CMYK | cmyk(47%, 81%, 0%, 13%) |
| LAB | lab(39.4 66.5 -77.7) |
| LCH | lch(39.4 102.2 310.6) |
| OKLCH | oklch(0.508 0.245 294.6) |
Copy-ready code
/* CSS */
color: #762bdf;
background-color: #762bdf;
/* Tailwind (arbitrary) */
class="text-[#762bdf] bg-[#762bdf]"
/* SCSS */
$brand: #762bdf;
/* SwiftUI */
Color(red: 0.463, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#762bdf")Accessibility — WCAG contrast
Aa
#762bdf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#762bdf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green16.9%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#762bdf text on a black background
contrast 3.18:1
Card sample
#762bdf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762bdf;
Background color
Panel with #762bdf background
background-color: #762bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762bdf; background: linear-gradient(135deg, #762bdf, #DF2BD0);