Teal

#047C7C

Cyan

Color Codes

All color formats for development

HEX
#047C7C
RGB
rgb(4, 124, 124)
HSL
hsl(180, 94%, 25%)
OKLCH
oklch(0.531 0.09 194.8)
CMYK
cmyk(97%, 0%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.02:1

AA AAA

On Black Background

4.18: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#036F6F
2#036363
3#035757
4#024A4A
5#023E3E
6#023131
7#012525
8#011919
9#000C0C

Tints

Lighter variations

1#05A1A1
2#06C6C6
3#07EBEB
4#20F8F8
5#45F9F9
6#6BFAFA
7#90FCFC
8#B5FDFD
9#DAFEFE

Tones

Muted variations

1#0A7676
2#107070
3#166A6A
4#1C6464
5#225E5E
6#285858
7#2E5252
8#344C4C
9#3A4646

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFE
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDFD
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBFB
BordersInactive statesPlaceholder text
400
52FA
#52FAFA
Disabled statesSecondary iconsMuted text
500
20F8
#20F8F8
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DADA
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05ADAD
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C7C
Text on light backgroundsHeadingsStrong borders
900
024F
#024F4F
Primary textHigh emphasis contentDark headings
950
0231
#023131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFF;
  --teal-100: #DCFEFE;
  --teal-200: #BFFDFD;
  --teal-300: #8DFBFB;
  --teal-400: #52FAFA;
  --teal-500: #20F8F8;
  --teal-600: #07DADA;
  --teal-700: #05ADAD;
  --teal-800: #047C7C;
  --teal-900: #024F4F;
  --teal-950: #023131;
}
Generate More ShadesCreate PaletteConvert Color