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