Teal

#02B16E

Green

Color Codes

All color formats for development

HEX
#02B16E
RGB
rgb(2, 177, 110)
HSL
hsl(157, 98%, 35%)
OKLCH
oklch(0.67 0.157 157.7)
CMYK
cmyk(99%, 0%, 38%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.79:1

AA AAA

On Black Background

7.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#029F63
2#018D58
3#017C4D
4#016A42
5#015837
6#01472C
7#013521
8#002316
9#00120B

Tints

Lighter variations

1#02D282
2#02F296
3#19FDA6
4#3AFDB2
5#5BFDBF
6#7CFECC
7#9DFED9
8#BDFEE5
9#DEFFF2

Tones

Muted variations

1#0BA86C
2#139F6A
3#1C9668
4#258E65
5#2E8563
6#367C61
7#3F735F
8#486B5D
9#51625B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF1
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEE5
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFED2
BordersInactive statesPlaceholder text
400
4EFD
#4EFDBA
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDA6
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE8A
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B16E
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E4E
Text on light backgroundsHeadingsStrong borders
900
0151
#015132
Primary textHigh emphasis contentDark headings
950
0132
#01321F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFF9;
  --teal-100: #DCFFF1;
  --teal-200: #BDFEE5;
  --teal-300: #8BFED2;
  --teal-400: #4EFDBA;
  --teal-500: #1CFDA6;
  --teal-600: #02DE8A;
  --teal-700: #02B16E;
  --teal-800: #017E4E;
  --teal-900: #015132;
  --teal-950: #01321F;
}
Generate More ShadesCreate PaletteConvert Color