#7779cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 121, 204
HSL
239°, 46%, 63%
CMYK
42, 41, 0, 20
Luminance
0.2196
Every format
| HEX | #7779cc |
| RGB | rgb(119, 121, 204) |
| HSL | hsl(239, 46%, 63%) |
| CMYK | cmyk(42%, 41%, 0%, 20%) |
| LAB | lab(54.0 20.2 -43.3) |
| LCH | lch(54.0 47.8 295.0) |
| OKLCH | oklch(0.611 0.124 281.0) |
Copy-ready code
/* CSS */
color: #7779cc;
background-color: #7779cc;
/* Tailwind (arbitrary) */
class="text-[#7779cc] bg-[#7779cc]"
/* SCSS */
$brand: #7779cc;
/* SwiftUI */
Color(red: 0.467, green: 0.475, blue: 0.800)
/* Android */
Color.parseColor("#7779cc")Accessibility — WCAG contrast
Aa
#7779cc on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7779cc on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green47.5%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta40.7%
Yellow0.0%
Key (black)20.0%
Color previews
#7779cc text on a black background
contrast 5.39:1
Card sample
#7779cc text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7779cc;
Background color
Panel with #7779cc background
background-color: #7779cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7779cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 121, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 121, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7779cc; background: linear-gradient(135deg, #7779cc, #AE77CC);