Teal

#0A7476

Cyan

Color Codes

All color formats for development

HEX
#0A7476
RGB
rgb(10, 116, 118)
HSL
hsl(181, 84%, 25%)
OKLCH
oklch(0.508 0.084 197)
CMYK
cmyk(92%, 2%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

5.57:1

AA AAA

On Black Background

3.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#93F4
400
#5BEE
500
#2CE9
600
#12CB
700
#0EA2
800
#0A74
900
#074A
950
#042E

Shades

Darker variations

1#09686A
2#085C5E
3#075152
4#064546
5#053A3B
6#042E2F
7#032323
8#021717
9#010C0C

Tints

Lighter variations

1#0D9698
2#10B9BC
3#13DBDF
4#2CE9ED
5#4FEDF0
6#72F1F3
7#95F4F6
8#B9F8F9
9#DCFBFC

Tones

Muted variations

1#106E70
2#15696B
3#1A6465
4#205F60
5#255A5B
6#2A5455
7#304F50
8#354A4A
9#3A4545

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFC
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9FA
Secondary backgroundsInput backgroundsDividers
300
93F4
#93F4F6
BordersInactive statesPlaceholder text
400
5BEE
#5BEEF1
Disabled statesSecondary iconsMuted text
500
2CE9
#2CE9ED
Primary brand colorCTAsActive elementsLinks
600
12CB
#12CBCE
Hover statesFocus ringsPrimary buttons hover
700
0EA2
#0EA2A4
Active/pressed statesDark mode accentsSecondary text
800
0A74
#0A7475
Text on light backgroundsHeadingsStrong borders
900
074A
#074A4B
Primary textHigh emphasis contentDark headings
950
042E
#042E2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFE;
  --teal-100: #DEFCFC;
  --teal-200: #C2F9FA;
  --teal-300: #93F4F6;
  --teal-400: #5BEEF1;
  --teal-500: #2CE9ED;
  --teal-600: #12CBCE;
  --teal-700: #0EA2A4;
  --teal-800: #0A7475;
  --teal-900: #074A4B;
  --teal-950: #042E2F;
}
Generate More ShadesCreate PaletteConvert Color