#77aaa2
a balanced, soft cyan · cool · closest name: teal
RGB
119, 170, 162
HSL
171°, 23%, 57%
CMYK
30, 0, 5, 33
Luminance
0.3528
Every format
| HEX | #77aaa2 |
| RGB | rgb(119, 170, 162) |
| HSL | hsl(171, 23%, 57%) |
| CMYK | cmyk(30%, 0%, 5%, 33%) |
| LAB | lab(66.0 -18.6 -1.3) |
| LCH | lch(66.0 18.7 184.0) |
| OKLCH | oklch(0.700 0.055 183.9) |
Copy-ready code
/* CSS */
color: #77aaa2;
background-color: #77aaa2;
/* Tailwind (arbitrary) */
class="text-[#77aaa2] bg-[#77aaa2]"
/* SCSS */
$brand: #77aaa2;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.635)
/* Android */
Color.parseColor("#77aaa2")Accessibility — WCAG contrast
Aa
#77aaa2 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aaa2 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue63.5%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow4.7%
Key (black)33.3%
Color previews
#77aaa2 text on a black background
contrast 8.06:1
Card sample
#77aaa2 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aaa2;
Background color
Panel with #77aaa2 background
background-color: #77aaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aaa2; background: linear-gradient(135deg, #77aaa2, #7790AA);