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