#7679eb
a light, vivid blue · warm · closest name: royalblue
RGB
118, 121, 235
HSL
239°, 75%, 69%
CMYK
50, 49, 0, 8
Luminance
0.2352
Every format
| HEX | #7679eb |
| RGB | rgb(118, 121, 235) |
| HSL | hsl(239, 75%, 69%) |
| CMYK | cmyk(50%, 49%, 0%, 8%) |
| LAB | lab(55.6 29.1 -58.2) |
| LCH | lch(55.6 65.1 296.6) |
| OKLCH | oklch(0.629 0.168 279.3) |
Copy-ready code
/* CSS */
color: #7679eb;
background-color: #7679eb;
/* Tailwind (arbitrary) */
class="text-[#7679eb] bg-[#7679eb]"
/* SCSS */
$brand: #7679eb;
/* SwiftUI */
Color(red: 0.463, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#7679eb")Accessibility — WCAG contrast
Aa
#7679eb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7679eb on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green47.5%
Blue92.2%
CMYK percentages
Cyan49.8%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7679eb text on a black background
contrast 5.70:1
Card sample
#7679eb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7679eb;
Background color
Panel with #7679eb background
background-color: #7679eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7679eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7679eb; background: linear-gradient(135deg, #7679eb, #C176EB);