Teal

#10A26F

Green

Color Codes

All color formats for development

HEX
#10A26F
RGB
rgb(16, 162, 111)
HSL
hsl(159, 82%, 35%)
OKLCH
oklch(0.631 0.136 161.7)
CMYK
cmyk(90%, 0%, 31%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.27:1

AA AAA

On Black Background

6.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#0E9264
2#0D8259
3#0B724E
4#0A6143
5#085138
6#06412C
7#053121
8#032016
9#02100B

Tints

Lighter variations

1#13C184
2#16DF99
3#2CEAA8
4#4AEDB4
5#68F0C1
6#86F3CD
7#A5F6DA
8#C3F9E6
9#E1FCF3

Tones

Muted variations

1#179B6D
2#1F946B
3#268C69
4#2D8566
5#357E64
6#3C7762
7#436F60
8#4B685E
9#52615B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF2
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E6
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4D3
BordersInactive statesPlaceholder text
400
5DEF
#5DEFBC
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAA8
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CC8C
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A26F
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B744F
Text on light backgroundsHeadingsStrong borders
900
074A
#074A33
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEF9;
  --teal-100: #DFFCF2;
  --teal-200: #C3F9E6;
  --teal-300: #94F4D3;
  --teal-400: #5DEFBC;
  --teal-500: #2EEAA8;
  --teal-600: #14CC8C;
  --teal-700: #10A26F;
  --teal-800: #0B744F;
  --teal-900: #074A33;
  --teal-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color