Teal

#05AD8C

Cyan

Color Codes

All color formats for development

HEX
#05AD8C
RGB
rgb(5, 173, 140)
HSL
hsl(168, 94%, 35%)
OKLCH
oklch(0.667 0.128 172.6)
CMYK
cmyk(97%, 0%, 19%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.85:1

AA AAA

On Black Background

7.36: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#059C7E
2#048B70
3#047962
4#036854
5#035746
6#024538
7#02342A
8#01231C
9#01110E

Tints

Lighter variations

1#06CDA6
2#07EDBF
3#1EF8CC
4#3EF9D4
5#5EFADB
6#7EFBE2
7#9FFCE9
8#BFFDF1
9#DFFEF8

Tones

Muted variations

1#0EA587
2#169C82
3#1F947C
4#278C77
5#2F8372
6#387B6D
7#407268
8#486A63
9#51625E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF7
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF1
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBE5
BordersInactive statesPlaceholder text
400
52FA
#52FAD8
Disabled statesSecondary iconsMuted text
500
20F8
#20F8CD
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DAAF
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD8C
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C64
Text on light backgroundsHeadingsStrong borders
900
024F
#024F40
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF7;
  --teal-200: #BFFDF1;
  --teal-300: #8DFBE5;
  --teal-400: #52FAD8;
  --teal-500: #20F8CD;
  --teal-600: #07DAAF;
  --teal-700: #05AD8C;
  --teal-800: #047C64;
  --teal-900: #024F40;
  --teal-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color