#7b7af5
a light, electric blue · warm · closest name: royalblue
RGB
123, 122, 245
HSL
241°, 86%, 72%
CMYK
50, 50, 0, 4
Luminance
0.2472
Every format
| HEX | #7b7af5 |
| RGB | rgb(123, 122, 245) |
| HSL | hsl(241, 86%, 72%) |
| CMYK | cmyk(50%, 50%, 0%, 4%) |
| LAB | lab(56.8 32.6 -61.8) |
| LCH | lch(56.8 69.9 297.8) |
| OKLCH | oklch(0.640 0.179 280.4) |
Copy-ready code
/* CSS */
color: #7b7af5;
background-color: #7b7af5;
/* Tailwind (arbitrary) */
class="text-[#7b7af5] bg-[#7b7af5]"
/* SCSS */
$brand: #7b7af5;
/* SwiftUI */
Color(red: 0.482, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#7b7af5")Accessibility — WCAG contrast
Aa
#7b7af5 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b7af5 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green47.8%
Blue96.1%
CMYK percentages
Cyan49.8%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#7b7af5 text on a black background
contrast 5.94:1
Card sample
#7b7af5 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b7af5;
Background color
Panel with #7b7af5 background
background-color: #7b7af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b7af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b7af5; background: linear-gradient(135deg, #7b7af5, #CD7AF5);