Teal

#087878

Cyan

Color Codes

All color formats for development

HEX
#087878
RGB
rgb(8, 120, 120)
HSL
hsl(180, 88%, 25%)
OKLCH
oklch(0.519 0.087 194.8)
CMYK
cmyk(93%, 0%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.29:1

AA AAA

On Black Background

3.97: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#076C6C
2#066060
3#055454
4#054848
5#043C3C
6#033030
7#022424
8#021818
9#010C0C

Tints

Lighter variations

1#0A9C9C
2#0CC0C0
3#0FE4E4
4#27F1F1
5#4BF4F4
6#6FF6F6
7#93F8F8
8#B7FAFA
9#DBFDFD

Tones

Muted variations

1#0D7272
2#136D6D
3#186767
4#1E6161
5#245C5C
6#295656
7#2F5151
8#354B4B
9#3A4545

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFD
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBFB
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8F8
BordersInactive statesPlaceholder text
400
57F4
#57F4F4
Disabled statesSecondary iconsMuted text
500
27F1
#27F1F1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3D3
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA8A8
Active/pressed statesDark mode accentsSecondary text
800
0878
#087878
Text on light backgroundsHeadingsStrong borders
900
054D
#054D4D
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFE;
  --teal-100: #DDFDFD;
  --teal-200: #C1FBFB;
  --teal-300: #91F8F8;
  --teal-400: #57F4F4;
  --teal-500: #27F1F1;
  --teal-600: #0DD3D3;
  --teal-700: #0BA8A8;
  --teal-800: #087878;
  --teal-900: #054D4D;
  --teal-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color