#77a2ab
a balanced, soft cyan · cool · closest name: gray
RGB
119, 162, 171
HSL
190°, 24%, 57%
CMYK
30, 5, 0, 33
Luminance
0.3270
Every format
| HEX | #77a2ab |
| RGB | rgb(119, 162, 171) |
| HSL | hsl(190, 24%, 57%) |
| CMYK | cmyk(30%, 5%, 0%, 33%) |
| LAB | lab(63.9 -12.3 -9.4) |
| LCH | lch(63.9 15.4 217.3) |
| OKLCH | oklch(0.684 0.048 212.0) |
Copy-ready code
/* CSS */
color: #77a2ab;
background-color: #77a2ab;
/* Tailwind (arbitrary) */
class="text-[#77a2ab] bg-[#77a2ab]"
/* SCSS */
$brand: #77a2ab;
/* SwiftUI */
Color(red: 0.467, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#77a2ab")Accessibility — WCAG contrast
Aa
#77a2ab on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77a2ab on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green63.5%
Blue67.1%
CMYK percentages
Cyan30.4%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#77a2ab text on a black background
contrast 7.54:1
Card sample
#77a2ab text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77a2ab;
Background color
Panel with #77a2ab background
background-color: #77a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77a2ab; background: linear-gradient(135deg, #77a2ab, #777FAB);