Teal

#05AD9F

Cyan

Color Codes

All color formats for development

HEX
#05AD9F
RGB
rgb(5, 173, 159)
HSL
hsl(175, 94%, 35%)
OKLCH
oklch(0.672 0.118 184.7)
CMYK
cmyk(97%, 0%, 8%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.81:1

AA AAA

On Black Background

7.48: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#059C8F
2#048B7F
3#04796F
4#03685F
5#035750
6#024540
7#023430
8#012320
9#011110

Tints

Lighter variations

1#06CDBD
2#07EDDA
3#1EF8E6
4#3EF9E9
5#5EFAED
6#7EFBF1
7#9FFCF4
8#BFFDF8
9#DFFEFB

Tones

Muted variations

1#0EA598
2#169C91
3#1F948A
4#278C83
5#2F837C
6#387B75
7#40726E
8#486A67
9#516260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFB
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF8
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBF2
BordersInactive statesPlaceholder text
400
52FA
#52FAEC
Disabled statesSecondary iconsMuted text
500
20F8
#20F8E6
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DAC8
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD9F
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C72
Text on light backgroundsHeadingsStrong borders
900
024F
#024F49
Primary textHigh emphasis contentDark headings
950
0231
#02312D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFD;
  --teal-100: #DCFEFB;
  --teal-200: #BFFDF8;
  --teal-300: #8DFBF2;
  --teal-400: #52FAEC;
  --teal-500: #20F8E6;
  --teal-600: #07DAC8;
  --teal-700: #05AD9F;
  --teal-800: #047C72;
  --teal-900: #024F49;
  --teal-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color