#00776b
a deep, electric cyan · cool · closest name: teal
RGB
0, 119, 107
HSL
174°, 100%, 23%
CMYK
100, 0, 10, 53
Luminance
0.1426
Every format
| HEX | #00776b |
| RGB | rgb(0, 119, 107) |
| HSL | hsl(174, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 10%, 53%) |
| LAB | lab(44.6 -31.2 -1.4) |
| LCH | lch(44.6 31.2 182.6) |
| OKLCH | oklch(0.511 0.091 182.8) |
Copy-ready code
/* CSS */
color: #00776b;
background-color: #00776b;
/* Tailwind (arbitrary) */
class="text-[#00776b] bg-[#00776b]"
/* SCSS */
$brand: #00776b;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.420)
/* Android */
Color.parseColor("#00776b")Accessibility — WCAG contrast
Aa
#00776b on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00776b on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue42.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow10.1%
Key (black)53.3%
Color previews
#00776b text on a black background
contrast 3.85:1
Card sample
#00776b text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00776b;
Background color
Panel with #00776b background
background-color: #00776b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00776b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00776b; background: linear-gradient(135deg, #00776b, #003477);