Teal

#08A0AA

Cyan

Color Codes

All color formats for development

HEX
#08A0AA
RGB
rgb(8, 160, 170)
HSL
hsl(184, 91%, 35%)
OKLCH
oklch(0.643 0.108 202.7)
CMYK
cmyk(95%, 6%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

3.17:1

AA AAA

On Black Background

6.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFB
200
#C0F8
300
#8FF3
400
#55EC
500
#24E7
600
#0AC9
700
#08A0
800
#0672
900
#0449
950
#022E

Shades

Darker variations

1#079099
2#068088
3#067077
4#056066
5#045055
6#034044
7#023033
8#022022
9#011011

Tints

Lighter variations

1#0ABDCA
2#0BDBEA
3#21E6F5
4#41EAF6
5#61EDF8
6#80F1F9
7#A0F4FB
8#C0F8FC
9#DFFBFE

Tones

Muted variations

1#1099A2
2#18929A
3#208B92
4#29838A
5#317C82
6#39757A
7#416E72
8#496769
9#516061

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFB
#DDFBFD
Light backgroundsTable row hoverSkeleton loading
200
C0F8
#C0F8FC
Secondary backgroundsInput backgroundsDividers
300
8FF3
#8FF3FA
BordersInactive statesPlaceholder text
400
55EC
#55ECF7
Disabled statesSecondary iconsMuted text
500
24E7
#24E7F5
Primary brand colorCTAsActive elementsLinks
600
0AC9
#0AC9D6
Hover statesFocus ringsPrimary buttons hover
700
08A0
#08A0AA
Active/pressed statesDark mode accentsSecondary text
800
0672
#06727A
Text on light backgroundsHeadingsStrong borders
900
0449
#04494E
Primary textHigh emphasis contentDark headings
950
022E
#022E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFE;
  --teal-100: #DDFBFD;
  --teal-200: #C0F8FC;
  --teal-300: #8FF3FA;
  --teal-400: #55ECF7;
  --teal-500: #24E7F5;
  --teal-600: #0AC9D6;
  --teal-700: #08A0AA;
  --teal-800: #06727A;
  --teal-900: #04494E;
  --teal-950: #022E31;
}
Generate More ShadesCreate PaletteConvert Color