Teal

#047C6A

Cyan

Color Codes

All color formats for development

HEX
#047C6A
RGB
rgb(4, 124, 106)
HSL
hsl(171, 94%, 25%)
OKLCH
oklch(0.525 0.096 177.7)
CMYK
cmyk(97%, 0%, 15%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.13:1

AA AAA

On Black Background

4.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BFFD
300
#8DFB
400
#52FA
500
#20F8
600
#07DA
700
#05AD
800
#047C
900
#024F
950
#0231

Shades

Darker variations

1#036F5F
2#036355
3#03574A
4#024A3F
5#023E35
6#02312A
7#012520
8#011915
9#000C0B

Tints

Lighter variations

1#05A189
2#06C6A9
3#07EBC9
4#20F8D8
5#45F9DE
6#6BFAE5
7#90FCEB
8#B5FDF2
9#DAFEF8

Tones

Muted variations

1#0A7666
2#107061
3#166A5D
4#1C6459
5#225E55
6#285851
7#2E524C
8#344C48
9#3A4644

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF9
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF4
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBEB
BordersInactive statesPlaceholder text
400
52FA
#52FAE0
Disabled statesSecondary iconsMuted text
500
20F8
#20F8D8
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DABA
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD94
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C6A
Text on light backgroundsHeadingsStrong borders
900
024F
#024F44
Primary textHigh emphasis contentDark headings
950
0231
#02312A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF9;
  --teal-200: #BFFDF4;
  --teal-300: #8DFBEB;
  --teal-400: #52FAE0;
  --teal-500: #20F8D8;
  --teal-600: #07DABA;
  --teal-700: #05AD94;
  --teal-800: #047C6A;
  --teal-900: #024F44;
  --teal-950: #02312A;
}
Generate More ShadesCreate PaletteConvert Color