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