Teal

#07785C

Cyan

Color Codes

All color formats for development

HEX
#07785C
RGB
rgb(7, 120, 92)
HSL
hsl(165, 89%, 25%)
OKLCH
oklch(0.51 0.1 169)
CMYK
cmyk(94%, 0%, 23%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.45:1

AA AAA

On Black Background

3.85: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#066C53
2#06604A
3#055440
4#044837
5#043C2E
6#033025
7#02241C
8#011812
9#010C09

Tints

Lighter variations

1#099D78
2#0BC193
3#0DE5AF
4#26F2BF
5#4AF4CA
6#6EF7D5
7#93F9DF
8#B7FBEA
9#DBFDF4

Tones

Muted variations

1#0D7359
2#126D56
3#186754
4#1E6251
5#235C4E
6#29564B
7#2F5148
8#344B45
9#3A4543

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF5
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBED
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9DE
BordersInactive statesPlaceholder text
400
56F5
#56F5CD
Disabled statesSecondary iconsMuted text
500
26F2
#26F2BF
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4A2
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA981
Active/pressed statesDark mode accentsSecondary text
800
0778
#07785C
Text on light backgroundsHeadingsStrong borders
900
044D
#044D3B
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DDFDF5;
  --teal-200: #C0FBED;
  --teal-300: #90F9DE;
  --teal-400: #56F5CD;
  --teal-500: #26F2BF;
  --teal-600: #0CD4A2;
  --teal-700: #0AA981;
  --teal-800: #07785C;
  --teal-900: #044D3B;
  --teal-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color