#7777aa
a balanced, soft blue · warm · closest name: steelblue
RGB
119, 119, 170
HSL
240°, 23%, 57%
CMYK
30, 30, 0, 33
Luminance
0.2002
Every format
| HEX | #7777aa |
| RGB | rgb(119, 119, 170) |
| HSL | hsl(240, 23%, 57%) |
| CMYK | cmyk(30%, 30%, 0%, 33%) |
| LAB | lab(51.9 12.0 -27.1) |
| LCH | lch(51.9 29.7 293.8) |
| OKLCH | oklch(0.590 0.077 283.8) |
Copy-ready code
/* CSS */
color: #7777aa;
background-color: #7777aa;
/* Tailwind (arbitrary) */
class="text-[#7777aa] bg-[#7777aa]"
/* SCSS */
$brand: #7777aa;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#7777aa")Accessibility — WCAG contrast
Aa
#7777aa on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7777aa on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7777aa text on a black background
contrast 5.00:1
Card sample
#7777aa text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7777aa;
Background color
Panel with #7777aa background
background-color: #7777aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7777aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7777aa; background: linear-gradient(135deg, #7777aa, #9977AA);