#7b5eee
a light, electric blue · warm · closest name: slateblue
RGB
123, 94, 238
HSL
252°, 81%, 65%
CMYK
48, 61, 0, 7
Luminance
0.1839
Every format
| HEX | #7b5eee |
| RGB | rgb(123, 94, 238) |
| HSL | hsl(252, 81%, 65%) |
| CMYK | cmyk(48%, 61%, 0%, 7%) |
| LAB | lab(50.0 46.8 -68.9) |
| LCH | lch(50.0 83.3 304.2) |
| OKLCH | oklch(0.588 0.207 287.5) |
Copy-ready code
/* CSS */
color: #7b5eee;
background-color: #7b5eee;
/* Tailwind (arbitrary) */
class="text-[#7b5eee] bg-[#7b5eee]"
/* SCSS */
$brand: #7b5eee;
/* SwiftUI */
Color(red: 0.482, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#7b5eee")Accessibility — WCAG contrast
Aa
#7b5eee on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b5eee on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green36.9%
Blue93.3%
CMYK percentages
Cyan48.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#7b5eee text on a black background
contrast 4.68:1
Card sample
#7b5eee text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b5eee;
Background color
Panel with #7b5eee background
background-color: #7b5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b5eee; background: linear-gradient(135deg, #7b5eee, #DB5EEE);