#7799aa
a balanced, soft blue · cool · closest name: gray
RGB
119, 153, 170
HSL
200°, 23%, 57%
CMYK
30, 10, 0, 33
Luminance
0.2961
Every format
| HEX | #7799aa |
| RGB | rgb(119, 153, 170) |
| HSL | hsl(200, 23%, 57%) |
| CMYK | cmyk(30%, 10%, 0%, 33%) |
| LAB | lab(61.3 -7.6 -12.7) |
| LCH | lch(61.3 14.8 239.0) |
| OKLCH | oklch(0.663 0.045 229.9) |
Copy-ready code
/* CSS */
color: #7799aa;
background-color: #7799aa;
/* Tailwind (arbitrary) */
class="text-[#7799aa] bg-[#7799aa]"
/* SCSS */
$brand: #7799aa;
/* SwiftUI */
Color(red: 0.467, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#7799aa")Accessibility — WCAG contrast
Aa
#7799aa on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7799aa on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green60.0%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7799aa text on a black background
contrast 6.92:1
Card sample
#7799aa text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7799aa;
Background color
Panel with #7799aa background
background-color: #7799aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7799aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7799aa; background: linear-gradient(135deg, #7799aa, #7777AA);