#7738bc
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 56, 188
HSL
269°, 54%, 48%
CMYK
37, 70, 0, 26
Luminance
0.1038
Every format
| HEX | #7738bc |
| RGB | rgb(119, 56, 188) |
| HSL | hsl(269, 54%, 48%) |
| CMYK | cmyk(37%, 70%, 0%, 26%) |
| LAB | lab(38.5 52.7 -58.9) |
| LCH | lch(38.5 79.0 311.8) |
| OKLCH | oklch(0.493 0.196 301.3) |
Copy-ready code
/* CSS */
color: #7738bc;
background-color: #7738bc;
/* Tailwind (arbitrary) */
class="text-[#7738bc] bg-[#7738bc]"
/* SCSS */
$brand: #7738bc;
/* SwiftUI */
Color(red: 0.467, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#7738bc")Accessibility — WCAG contrast
Aa
#7738bc on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7738bc on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green22.0%
Blue73.7%
CMYK percentages
Cyan36.7%
Magenta70.2%
Yellow0.0%
Key (black)26.3%
Color previews
#7738bc text on a black background
contrast 3.08:1
Card sample
#7738bc text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7738bc;
Background color
Panel with #7738bc background
background-color: #7738bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7738bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7738bc; background: linear-gradient(135deg, #7738bc, #BC38A9);