#7679df
a light, vivid blue · warm · closest name: royalblue
RGB
118, 121, 223
HSL
238°, 62%, 67%
CMYK
47, 46, 0, 13
Luminance
0.2285
Every format
| HEX | #7679df |
| RGB | rgb(118, 121, 223) |
| HSL | hsl(238, 62%, 67%) |
| CMYK | cmyk(47%, 46%, 0%, 13%) |
| LAB | lab(54.9 25.5 -52.6) |
| LCH | lch(54.9 58.4 295.9) |
| OKLCH | oklch(0.621 0.151 279.8) |
Copy-ready code
/* CSS */
color: #7679df;
background-color: #7679df;
/* Tailwind (arbitrary) */
class="text-[#7679df] bg-[#7679df]"
/* SCSS */
$brand: #7679df;
/* SwiftUI */
Color(red: 0.463, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#7679df")Accessibility — WCAG contrast
Aa
#7679df on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7679df on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green47.5%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7679df text on a black background
contrast 5.57:1
Card sample
#7679df text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7679df;
Background color
Panel with #7679df background
background-color: #7679df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7679df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7679df; background: linear-gradient(135deg, #7679df, #B976DF);