Teal

#077866

Cyan

Color Codes

All color formats for development

HEX
#077866
RGB
rgb(7, 120, 102)
HSL
hsl(170, 89%, 25%)
OKLCH
oklch(0.513 0.093 177.2)
CMYK
cmyk(94%, 0%, 15%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.40:1

AA AAA

On Black Background

3.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#066C5B
2#066051
3#055447
4#04483D
5#043C33
6#033029
7#02241E
8#011814
9#010C0A

Tints

Lighter variations

1#099D84
2#0BC1A3
3#0DE5C1
4#26F2D0
5#4AF4D8
6#6EF7E0
7#93F9E8
8#B7FBEF
9#DBFDF7

Tones

Muted variations

1#0D7362
2#126D5E
3#18675A
4#1E6256
5#235C53
6#29564F
7#2F514B
8#344B47
9#3A4544

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBF2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E7
BordersInactive statesPlaceholder text
400
56F5
#56F5DB
Disabled statesSecondary iconsMuted text
500
26F2
#26F2D0
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4B3
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA98E
Active/pressed statesDark mode accentsSecondary text
800
0778
#077866
Text on light backgroundsHeadingsStrong borders
900
044D
#044D41
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFC;
  --teal-100: #DDFDF8;
  --teal-200: #C0FBF2;
  --teal-300: #90F9E7;
  --teal-400: #56F5DB;
  --teal-500: #26F2D0;
  --teal-600: #0CD4B3;
  --teal-700: #0AA98E;
  --teal-800: #077866;
  --teal-900: #044D41;
  --teal-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color