#7788aa
a balanced, soft blue · cool · closest name: steelblue
RGB
119, 136, 170
HSL
220°, 23%, 57%
CMYK
30, 20, 0, 33
Luminance
0.2443
Every format
| HEX | #7788aa |
| RGB | rgb(119, 136, 170) |
| HSL | hsl(220, 23%, 57%) |
| CMYK | cmyk(30%, 20%, 0%, 33%) |
| LAB | lab(56.5 2.0 -20.0) |
| LCH | lch(56.5 20.1 275.7) |
| OKLCH | oklch(0.626 0.055 264.1) |
Copy-ready code
/* CSS */
color: #7788aa;
background-color: #7788aa;
/* Tailwind (arbitrary) */
class="text-[#7788aa] bg-[#7788aa]"
/* SCSS */
$brand: #7788aa;
/* SwiftUI */
Color(red: 0.467, green: 0.533, blue: 0.667)
/* Android */
Color.parseColor("#7788aa")Accessibility — WCAG contrast
Aa
#7788aa on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7788aa on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green53.3%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta20.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7788aa text on a black background
contrast 5.89:1
Card sample
#7788aa text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7788aa;
Background color
Panel with #7788aa background
background-color: #7788aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7788aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 136, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 136, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7788aa; background: linear-gradient(135deg, #7788aa, #8877AA);