Teal
#077878
CyanColor Codes
All color formats for development
HEX
#077878RGB
rgb(7, 120, 120)HSL
hsl(180, 89%, 25%)OKLCH
oklch(0.519 0.087 194.8)CMYK
cmyk(94%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C6C
2#066060
3#055454
4#044848
5#043C3C
6#033030
7#022424
8#011818
9#010C0C
Tints
Lighter variations
1#099D9D
2#0BC1C1
3#0DE5E5
4#26F2F2
5#4AF4F4
6#6EF7F7
7#93F9F9
8#B7FBFB
9#DBFDFD
Tones
Muted variations
1#0D7373
2#126D6D
3#186767
4#1E6262
5#235C5C
6#295656
7#2F5151
8#344B4B
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD4D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA9A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DDFDFD;
--teal-200: #C0FBFB;
--teal-300: #90F9F9;
--teal-400: #56F5F5;
--teal-500: #26F2F2;
--teal-600: #0CD4D4;
--teal-700: #0AA9A9;
--teal-800: #077878;
--teal-900: #044D4D;
--teal-950: #033030;
}