#7672eb
a light, electric blue · warm · closest name: slateblue
RGB
118, 114, 235
HSL
242°, 75%, 68%
CMYK
50, 52, 0, 8
Luminance
0.2188
Every format
| HEX | #7672eb |
| RGB | rgb(118, 114, 235) |
| HSL | hsl(242, 75%, 68%) |
| CMYK | cmyk(50%, 52%, 0%, 8%) |
| LAB | lab(53.9 33.3 -60.9) |
| LCH | lch(53.9 69.4 298.6) |
| OKLCH | oklch(0.616 0.177 281.3) |
Copy-ready code
/* CSS */
color: #7672eb;
background-color: #7672eb;
/* Tailwind (arbitrary) */
class="text-[#7672eb] bg-[#7672eb]"
/* SCSS */
$brand: #7672eb;
/* SwiftUI */
Color(red: 0.463, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#7672eb")Accessibility — WCAG contrast
Aa
#7672eb on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7672eb on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green44.7%
Blue92.2%
CMYK percentages
Cyan49.8%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7672eb text on a black background
contrast 5.38:1
Card sample
#7672eb text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7672eb;
Background color
Panel with #7672eb background
background-color: #7672eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7672eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7672eb; background: linear-gradient(135deg, #7672eb, #C772EB);