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