Teal

#02B16B

Green

Color Codes

All color formats for development

HEX
#02B16B
RGB
rgb(2, 177, 107)
HSL
hsl(156, 98%, 35%)
OKLCH
oklch(0.669 0.16 156.7)
CMYK
cmyk(99%, 0%, 40%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.50: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#029F60
2#018D55
3#017C4B
4#016A40
5#015835
6#01472B
7#013520
8#002315
9#00120B

Tints

Lighter variations

1#02D27F
2#02F292
3#19FDA2
4#3AFDAF
5#5BFDBC
6#7CFECA
7#9DFED7
8#BDFEE4
9#DEFFF2

Tones

Muted variations

1#0BA869
2#139F67
3#1C9665
4#258E64
5#2E8562
6#367C60
7#3F735E
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
#BDFEE4
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFED0
BordersInactive statesPlaceholder text
400
4EFD
#4EFDB7
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDA3
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE86
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B16B
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E4C
Text on light backgroundsHeadingsStrong borders
900
0151
#015131
Primary textHigh emphasis contentDark headings
950
0132
#01321E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFF9;
  --teal-100: #DCFFF1;
  --teal-200: #BDFEE4;
  --teal-300: #8BFED0;
  --teal-400: #4EFDB7;
  --teal-500: #1CFDA3;
  --teal-600: #02DE86;
  --teal-700: #02B16B;
  --teal-800: #017E4C;
  --teal-900: #015131;
  --teal-950: #01321E;
}
Generate More ShadesCreate PaletteConvert Color