Teal

#04AF6D

Green

Color Codes

All color formats for development

HEX
#04AF6D
RGB
rgb(4, 175, 109)
HSL
hsl(157, 96%, 35%)
OKLCH
oklch(0.664 0.155 157.7)
CMYK
cmyk(98%, 0%, 38%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.85:1

AA AAA

On Black Background

7.36: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#039D62
2#038C57
3#027A4C
4#026942
5#025737
6#01462C
7#013421
8#012316
9#00110B

Tints

Lighter variations

1#04CF82
2#05F096
3#1CFAA5
4#3CFBB2
5#5DFCBF
6#7DFCCC
7#9EFDD8
8#BEFEE5
9#DFFEF2

Tones

Muted variations

1#0CA66B
2#159E69
3#1D9567
4#268D65
5#2E8463
6#377C61
7#40735F
8#486A5D
9#51625B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF1
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE5
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDD1
BordersInactive statesPlaceholder text
400
50FB
#50FBBA
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAA6
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DC89
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF6D
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D4E
Text on light backgroundsHeadingsStrong borders
900
0250
#025032
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: #DCFEF1;
  --teal-200: #BEFEE5;
  --teal-300: #8CFDD1;
  --teal-400: #50FBBA;
  --teal-500: #1EFAA6;
  --teal-600: #04DC89;
  --teal-700: #04AF6D;
  --teal-800: #037D4E;
  --teal-900: #025032;
  --teal-950: #01321F;
}
Generate More ShadesCreate PaletteConvert Color