Teal

#0C735B

Cyan

Color Codes

All color formats for development

HEX
#0C735B
RGB
rgb(12, 115, 91)
HSL
hsl(166, 81%, 25%)
OKLCH
oklch(0.496 0.094 171.1)
CMYK
cmyk(90%, 0%, 21%, 55%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62: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#0B6852
2#0A5C49
3#085140
4#074537
5#063A2E
6#052E25
7#04231B
8#021712
9#010C09

Tints

Lighter variations

1#109677
2#13B992
3#17DBAD
4#2FE9BE
5#52EDC9
6#75F0D4
7#97F4DE
8#BAF8E9
9#DCFBF4

Tones

Muted variations

1#116E59
2#166956
3#1C6453
4#215F50
5#265A4E
6#2B544B
7#304F48
8#354A45
9#3B4543

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF5
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9EC
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4DE
BordersInactive statesPlaceholder text
400
5DEE
#5DEECC
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9BE
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBA1
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A280
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C735B
Text on light backgroundsHeadingsStrong borders
900
084A
#084A3A
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DFFCF5;
  --teal-200: #C3F9EC;
  --teal-300: #95F4DE;
  --teal-400: #5DEECC;
  --teal-500: #2FE9BE;
  --teal-600: #15CBA1;
  --teal-700: #11A280;
  --teal-800: #0C735B;
  --teal-900: #084A3A;
  --teal-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color