Teal

#02B168

Green

Color Codes

All color formats for development

HEX
#02B168
RGB
rgb(2, 177, 104)
HSL
hsl(155, 98%, 35%)
OKLCH
oklch(0.669 0.163 155.7)
CMYK
cmyk(99%, 0%, 41%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.49: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#029F5D
2#018D53
3#017C49
4#016A3E
5#015834
6#01472A
7#01351F
8#002315
9#00120A

Tints

Lighter variations

1#02D27B
2#02F28E
3#19FD9E
4#3AFDAC
5#5BFDBA
6#7CFEC8
7#9DFED5
8#BDFEE3
9#DEFFF1

Tones

Muted variations

1#0BA866
2#139F65
3#1C9663
4#258E62
5#2E8561
6#367C5F
7#3F735E
8#486B5C
9#51625B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEE3
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFECE
BordersInactive statesPlaceholder text
400
4EFD
#4EFDB4
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFD9F
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE83
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B168
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E4A
Text on light backgroundsHeadingsStrong borders
900
0151
#01512F
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: #DCFFF0;
  --teal-200: #BDFEE3;
  --teal-300: #8BFECE;
  --teal-400: #4EFDB4;
  --teal-500: #1CFD9F;
  --teal-600: #02DE83;
  --teal-700: #02B168;
  --teal-800: #017E4A;
  --teal-900: #01512F;
  --teal-950: #01321E;
}
Generate More ShadesCreate PaletteConvert Color