Teal

#037C5A

Green

Color Codes

All color formats for development

HEX
#037C5A
RGB
rgb(3, 124, 90)
HSL
hsl(163, 95%, 25%)
OKLCH
oklch(0.52 0.108 165.7)
CMYK
cmyk(98%, 0%, 27%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.21:1

AA AAA

On Black Background

4.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFD
300
#8DFC
400
#51FB
500
#1FF9
600
#06DB
700
#04AE
800
#037C
900
#0250
950
#0132

Shades

Darker variations

1#037051
2#036348
3#02573F
4#024B36
5#023E2D
6#013224
7#01251B
8#011912
9#000C09

Tints

Lighter variations

1#04A275
2#05C790
3#06ECAB
4#1FF9BB
5#45FAC7
6#6AFBD2
7#8FFCDD
8#B4FDE8
9#DAFEF4

Tones

Muted variations

1#097657
2#0F7055
3#156A52
4#1B644F
5#215E4D
6#28584A
7#2E5248
8#344C45
9#3A4642

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF4
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDEB
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCDC
BordersInactive statesPlaceholder text
400
51FB
#51FBCA
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9BB
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DB9E
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE7E
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C5A
Text on light backgroundsHeadingsStrong borders
900
0250
#02503A
Primary textHigh emphasis contentDark headings
950
0132
#013224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFA;
  --teal-100: #DCFEF4;
  --teal-200: #BEFDEB;
  --teal-300: #8DFCDC;
  --teal-400: #51FBCA;
  --teal-500: #1FF9BB;
  --teal-600: #06DB9E;
  --teal-700: #04AE7E;
  --teal-800: #037C5A;
  --teal-900: #02503A;
  --teal-950: #013224;
}
Generate More ShadesCreate PaletteConvert Color