Teal

#08AA92

Cyan

Color Codes

All color formats for development

HEX
#08AA92
RGB
rgb(8, 170, 146)
HSL
hsl(171, 91%, 35%)
OKLCH
oklch(0.661 0.121 177.7)
CMYK
cmyk(95%, 0%, 14%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.93:1

AA AAA

On Black Background

7.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#079983
2#068875
3#067766
4#056658
5#045549
6#03443A
7#02332C
8#02221D
9#01110F

Tints

Lighter variations

1#0ACAAD
2#0BEAC8
3#21F5D5
4#41F6DB
5#61F8E1
6#80F9E7
7#A0FBED
8#C0FCF3
9#DFFEF9

Tones

Muted variations

1#10A28C
2#189A87
3#209281
4#298A7B
5#318276
6#397A70
7#41726A
8#496965
9#51615F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF9
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF3
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAEA
BordersInactive statesPlaceholder text
400
55F7
#55F7DF
Disabled statesSecondary iconsMuted text
500
24F5
#24F5D5
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6B8
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA92
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A68
Text on light backgroundsHeadingsStrong borders
900
044E
#044E43
Primary textHigh emphasis contentDark headings
950
0231
#02312A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFC;
  --teal-100: #DDFDF9;
  --teal-200: #C0FCF3;
  --teal-300: #8FFAEA;
  --teal-400: #55F7DF;
  --teal-500: #24F5D5;
  --teal-600: #0AD6B8;
  --teal-700: #08AA92;
  --teal-800: #067A68;
  --teal-900: #044E43;
  --teal-950: #02312A;
}
Generate More ShadesCreate PaletteConvert Color