Teal

#04AE7B

Green

Color Codes

All color formats for development

HEX
#04AE7B
RGB
rgb(4, 174, 123)
HSL
hsl(162, 96%, 35%)
OKLCH
oklch(0.665 0.142 163.5)
CMYK
cmyk(98%, 0%, 29%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#039D6F
2#038C63
3#027A56
4#02694A
5#02573E
6#014631
7#013425
8#012319
9#00110C

Tints

Lighter variations

1#04CF92
2#05F0A9
3#1CFAB8
4#3CFBC2
5#5DFCCC
6#7DFCD6
7#9EFDE0
8#BEFEEB
9#DFFEF5

Tones

Muted variations

1#0CA678
2#159E75
3#1D9571
4#268D6E
5#2E846A
6#377C67
7#407364
8#486A60
9#51625D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF4
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEEB
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDDB
BordersInactive statesPlaceholder text
400
50FB
#50FBC8
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAB8
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DC9B
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF7C
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D58
Text on light backgroundsHeadingsStrong borders
900
0250
#025038
Primary textHigh emphasis contentDark headings
950
0132
#013223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFA;
  --teal-100: #DCFEF4;
  --teal-200: #BEFEEB;
  --teal-300: #8CFDDB;
  --teal-400: #50FBC8;
  --teal-500: #1EFAB8;
  --teal-600: #04DC9B;
  --teal-700: #04AF7C;
  --teal-800: #037D58;
  --teal-900: #025038;
  --teal-950: #013223;
}
Generate More ShadesCreate PaletteConvert Color