#7a7aeb
a light, vivid blue · warm · closest name: royalblue
RGB
122, 122, 235
HSL
240°, 74%, 70%
CMYK
48, 48, 0, 8
Luminance
0.2405
Every format
| HEX | #7a7aeb |
| RGB | rgb(122, 122, 235) |
| HSL | hsl(240, 74%, 70%) |
| CMYK | cmyk(48%, 48%, 0%, 8%) |
| LAB | lab(56.1 29.4 -57.3) |
| LCH | lch(56.1 64.4 297.1) |
| OKLCH | oklch(0.633 0.166 280.6) |
Copy-ready code
/* CSS */
color: #7a7aeb;
background-color: #7a7aeb;
/* Tailwind (arbitrary) */
class="text-[#7a7aeb] bg-[#7a7aeb]"
/* SCSS */
$brand: #7a7aeb;
/* SwiftUI */
Color(red: 0.478, green: 0.478, blue: 0.922)
/* Android */
Color.parseColor("#7a7aeb")Accessibility — WCAG contrast
Aa
#7a7aeb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7a7aeb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green47.8%
Blue92.2%
CMYK percentages
Cyan48.1%
Magenta48.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7a7aeb text on a black background
contrast 5.81:1
Card sample
#7a7aeb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a7aeb;
Background color
Panel with #7a7aeb background
background-color: #7a7aeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a7aeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 122, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 122, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a7aeb; background: linear-gradient(135deg, #7a7aeb, #C57AEB);