Teal

#05ADA2

Cyan

Color Codes

All color formats for development

HEX
#05ADA2
RGB
rgb(5, 173, 162)
HSL
hsl(176, 94%, 35%)
OKLCH
oklch(0.673 0.117 186.8)
CMYK
cmyk(97%, 0%, 6%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.51: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#059C92
2#048B82
3#047971
4#036861
5#035751
6#024541
7#023431
8#012320
9#011110

Tints

Lighter variations

1#06CDC0
2#07EDDE
3#1EF8E9
4#3EF9ED
5#5EFAF0
6#7EFBF3
7#9FFCF6
8#BFFDF9
9#DFFEFC

Tones

Muted variations

1#0EA59B
2#169C93
3#1F948C
4#278C85
5#2F837E
6#387B76
7#40726F
8#486A68
9#516261

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFC
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF9
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBF4
BordersInactive statesPlaceholder text
400
52FA
#52FAEE
Disabled statesSecondary iconsMuted text
500
20F8
#20F8EA
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DACC
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05ADA2
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C74
Text on light backgroundsHeadingsStrong borders
900
024F
#024F4A
Primary textHigh emphasis contentDark headings
950
0231
#02312E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFE;
  --teal-100: #DCFEFC;
  --teal-200: #BFFDF9;
  --teal-300: #8DFBF4;
  --teal-400: #52FAEE;
  --teal-500: #20F8EA;
  --teal-600: #07DACC;
  --teal-700: #05ADA2;
  --teal-800: #047C74;
  --teal-900: #024F4A;
  --teal-950: #02312E;
}
Generate More ShadesCreate PaletteConvert Color