Teal

#07786D

Cyan

Color Codes

All color formats for development

HEX
#07786D
RGB
rgb(7, 120, 109)
HSL
hsl(174, 89%, 25%)
OKLCH
oklch(0.515 0.09 183.7)
CMYK
cmyk(94%, 0%, 9%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.36:1

AA AAA

On Black Background

3.92: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#066C62
2#066057
3#05544C
4#044841
5#043C37
6#03302C
7#022421
8#011816
9#010C0B

Tints

Lighter variations

1#099D8E
2#0BC1AF
3#0DE5CF
4#26F2DE
5#4AF4E3
6#6EF7E9
7#93F9EE
8#B7FBF4
9#DBFDF9

Tones

Muted variations

1#0D7369
2#126D64
3#186760
4#1E625B
5#235C56
6#295652
7#2F514D
8#344B49
9#3A4544

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFA
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBF5
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9EE
BordersInactive statesPlaceholder text
400
56F5
#56F5E5
Disabled statesSecondary iconsMuted text
500
26F2
#26F2DE
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4C0
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA999
Active/pressed statesDark mode accentsSecondary text
800
0778
#07786D
Text on light backgroundsHeadingsStrong borders
900
044D
#044D46
Primary textHigh emphasis contentDark headings
950
0330
#03302C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFD;
  --teal-100: #DDFDFA;
  --teal-200: #C0FBF5;
  --teal-300: #90F9EE;
  --teal-400: #56F5E5;
  --teal-500: #26F2DE;
  --teal-600: #0CD4C0;
  --teal-700: #0AA999;
  --teal-800: #07786D;
  --teal-900: #044D46;
  --teal-950: #03302C;
}
Generate More ShadesCreate PaletteConvert Color