Teal

#0C736B

Cyan

Color Codes

All color formats for development

HEX
#0C736B
RGB
rgb(12, 115, 107)
HSL
hsl(175, 81%, 25%)
OKLCH
oklch(0.501 0.085 186.2)
CMYK
cmyk(90%, 0%, 7%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.71:1

AA AAA

On Black Background

3.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#0B6860
2#0A5C55
3#08514B
4#074540
5#063A35
6#052E2B
7#042320
8#021715
9#010C0B

Tints

Lighter variations

1#10968B
2#13B9AB
3#17DBCB
4#2FE9DA
5#52EDE0
6#75F0E6
7#97F4EC
8#BAF8F3
9#DCFBF9

Tones

Muted variations

1#116E66
2#166962
3#1C645E
4#215F5A
5#265A55
6#2B5451
7#304F4D
8#354A48
9#3B4544

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF9
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F4
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4EC
BordersInactive statesPlaceholder text
400
5DEE
#5DEEE2
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9DA
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBBC
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A295
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C736B
Text on light backgroundsHeadingsStrong borders
900
084A
#084A44
Primary textHigh emphasis contentDark headings
950
052E
#052E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFD;
  --teal-100: #DFFCF9;
  --teal-200: #C3F9F4;
  --teal-300: #95F4EC;
  --teal-400: #5DEEE2;
  --teal-500: #2FE9DA;
  --teal-600: #15CBBC;
  --teal-700: #11A295;
  --teal-800: #0C736B;
  --teal-900: #084A44;
  --teal-950: #052E2B;
}
Generate More ShadesCreate PaletteConvert Color