Teal

#0DA57A

Green

Color Codes

All color formats for development

HEX
#0DA57A
RGB
rgb(13, 165, 122)
HSL
hsl(163, 85%, 35%)
OKLCH
oklch(0.641 0.131 166)
CMYK
cmyk(92%, 0%, 26%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.14:1

AA AAA

On Black Background

6.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#92F6
400
#5AF2
500
#2BEE
600
#11D0
700
#0DA5
800
#0A76
900
#064B
950
#042F

Shades

Darker variations

1#0C956E
2#0B8462
3#097455
4#086349
5#07533D
6#054231
7#043225
8#032118
9#01110C

Tints

Lighter variations

1#10C491
2#12E2A7
3#28EEB6
4#47F0C0
5#66F3CB
6#84F5D5
7#A3F8E0
8#C2FAEA
9#E0FDF5

Tones

Muted variations

1#159E77
2#1D9674
3#248E70
4#2C876D
5#337F6A
6#3B7866
7#427063
8#4A6860
9#52615D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF4
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAEA
Secondary backgroundsInput backgroundsDividers
300
92F6
#92F6DA
BordersInactive statesPlaceholder text
400
5AF2
#5AF2C7
Disabled statesSecondary iconsMuted text
500
2BEE
#2BEEB7
Primary brand colorCTAsActive elementsLinks
600
11D0
#11D09A
Hover statesFocus ringsPrimary buttons hover
700
0DA5
#0DA57A
Active/pressed statesDark mode accentsSecondary text
800
0A76
#0A7657
Text on light backgroundsHeadingsStrong borders
900
064B
#064B38
Primary textHigh emphasis contentDark headings
950
042F
#042F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFA;
  --teal-100: #DEFCF4;
  --teal-200: #C2FAEA;
  --teal-300: #92F6DA;
  --teal-400: #5AF2C7;
  --teal-500: #2BEEB7;
  --teal-600: #11D09A;
  --teal-700: #0DA57A;
  --teal-800: #0A7657;
  --teal-900: #064B38;
  --teal-950: #042F23;
}
Generate More ShadesCreate PaletteConvert Color