Teal

#037C54

Green

Color Codes

All color formats for development

HEX
#037C54
RGB
rgb(3, 124, 84)
HSL
hsl(160, 95%, 25%)
OKLCH
oklch(0.519 0.113 162)
CMYK
cmyk(98%, 0%, 32%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.23:1

AA AAA

On Black Background

4.01: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#03704C
2#036343
3#02573B
4#024B32
5#023E2A
6#013222
7#012519
8#011911
9#000C08

Tints

Lighter variations

1#04A26D
2#05C786
3#06EC9F
4#1FF9B1
5#45FABE
6#6AFBCB
7#8FFCD8
8#B4FDE5
9#DAFEF2

Tones

Muted variations

1#097652
2#0F7050
3#156A4E
4#1B644C
5#215E4A
6#285848
7#2E5246
8#344C44
9#3A4642

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF3
Light backgroundsTable row hoverSkeleton loading
200
BEFD
#BEFDE8
Secondary backgroundsInput backgroundsDividers
300
8DFC
#8DFCD7
BordersInactive statesPlaceholder text
400
51FB
#51FBC2
Disabled statesSecondary iconsMuted text
500
1FF9
#1FF9B1
Primary brand colorCTAsActive elementsLinks
600
06DB
#06DB94
Hover statesFocus ringsPrimary buttons hover
700
04AE
#04AE76
Active/pressed statesDark mode accentsSecondary text
800
037C
#037C54
Text on light backgroundsHeadingsStrong borders
900
0250
#025036
Primary textHigh emphasis contentDark headings
950
0132
#013222
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFA;
  --teal-100: #DCFEF3;
  --teal-200: #BEFDE8;
  --teal-300: #8DFCD7;
  --teal-400: #51FBC2;
  --teal-500: #1FF9B1;
  --teal-600: #06DB94;
  --teal-700: #04AE76;
  --teal-800: #037C54;
  --teal-900: #025036;
  --teal-950: #013222;
}
Generate More ShadesCreate PaletteConvert Color