Teal

#087860

Cyan

Color Codes

All color formats for development

HEX
#087860
RGB
rgb(8, 120, 96)
HSL
hsl(167, 88%, 25%)
OKLCH
oklch(0.511 0.097 172.1)
CMYK
cmyk(93%, 0%, 20%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.43:1

AA AAA

On Black Background

3.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#076C56
2#06604C
3#055443
4#054839
5#043C30
6#033026
7#02241D
8#021813
9#010C0A

Tints

Lighter variations

1#0A9C7C
2#0CC099
3#0FE4B6
4#27F1C5
5#4BF4CF
6#6FF6D9
7#93F8E2
8#B7FAEC
9#DBFDF5

Tones

Muted variations

1#0D725C
2#136D59
3#186756
4#1E6153
5#245C50
6#29564C
7#2F5149
8#354B46
9#3A4543

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF6
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBEE
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8E2
BordersInactive statesPlaceholder text
400
57F4
#57F4D2
Disabled statesSecondary iconsMuted text
500
27F1
#27F1C5
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3A8
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA886
Active/pressed statesDark mode accentsSecondary text
800
0878
#087860
Text on light backgroundsHeadingsStrong borders
900
054D
#054D3D
Primary textHigh emphasis contentDark headings
950
0330
#033026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DDFDF6;
  --teal-200: #C1FBEE;
  --teal-300: #91F8E2;
  --teal-400: #57F4D2;
  --teal-500: #27F1C5;
  --teal-600: #0DD3A8;
  --teal-700: #0BA886;
  --teal-800: #087860;
  --teal-900: #054D3D;
  --teal-950: #033026;
}
Generate More ShadesCreate PaletteConvert Color