Teal

#03B07F

Green

Color Codes

All color formats for development

HEX
#03B07F
RGB
rgb(3, 176, 127)
HSL
hsl(163, 97%, 35%)
OKLCH
oklch(0.671 0.141 164.7)
CMYK
cmyk(98%, 0%, 28%, 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
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#029E72
2#028D65
3#027B59
4#02694C
5#01583F
6#014633
7#013526
8#012319
9#00120D

Tints

Lighter variations

1#03D096
2#04F1AE
3#1AFCBC
4#3BFCC5
5#5CFDCF
6#7CFDD9
7#9DFEE2
8#BEFEEC
9#DEFFF5

Tones

Muted variations

1#0BA77B
2#149F77
3#1D9674
4#258D70
5#2E856C
6#377C68
7#3F7365
8#486B61
9#51625D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF5
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEEC
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDDD
BordersInactive statesPlaceholder text
400
4FFC
#4FFCCB
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCBC
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD9F
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B07F
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E5B
Text on light backgroundsHeadingsStrong borders
900
0150
#01503A
Primary textHigh emphasis contentDark headings
950
0132
#013224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFB;
  --teal-100: #DCFEF5;
  --teal-200: #BEFEEC;
  --teal-300: #8BFDDD;
  --teal-400: #4FFCCB;
  --teal-500: #1DFCBC;
  --teal-600: #03DD9F;
  --teal-700: #03B07F;
  --teal-800: #027E5B;
  --teal-900: #01503A;
  --teal-950: #013224;
}
Generate More ShadesCreate PaletteConvert Color