#007766
a deep, electric cyan · cool · closest name: teal
RGB
0, 119, 102
HSL
171°, 100%, 23%
CMYK
100, 0, 14, 53
Luminance
0.1415
Every format
| HEX | #007766 |
| RGB | rgb(0, 119, 102) |
| HSL | hsl(171, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 14%, 53%) |
| LAB | lab(44.5 -32.7 1.3) |
| LCH | lch(44.5 32.7 177.7) |
| OKLCH | oklch(0.509 0.094 178.2) |
Copy-ready code
/* CSS */
color: #007766;
background-color: #007766;
/* Tailwind (arbitrary) */
class="text-[#007766] bg-[#007766]"
/* SCSS */
$brand: #007766;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#007766")Accessibility — WCAG contrast
Aa
#007766 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007766 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue40.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow14.3%
Key (black)53.3%
Color previews
#007766 text on a black background
contrast 3.83:1
Card sample
#007766 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007766;
Background color
Panel with #007766 background
background-color: #007766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007766; background: linear-gradient(135deg, #007766, #003977);