Teal

#0E7163

Cyan

Color Codes

All color formats for development

HEX
#0E7163
RGB
rgb(14, 113, 99)
HSL
hsl(172, 78%, 25%)
OKLCH
oklch(0.493 0.086 179.9)
CMYK
cmyk(88%, 0%, 12%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.90:1

AA AAA

On Black Background

3.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#0D665A
2#0B5B50
3#0A4F46
4#08443C
5#073932
6#062D28
7#04221E
8#031714
9#010B0A

Tints

Lighter variations

1#129482
2#16B6A0
3#1BD8BE
4#33E6CE
5#55EAD6
6#77EEDE
7#99F2E6
8#BBF7EF
9#DDFBF7

Tones

Muted variations

1#136D61
2#18685D
3#1D6359
4#225E56
5#275952
6#2C544E
7#314F4B
8#364A47
9#3B4543

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E6
BordersInactive statesPlaceholder text
400
60EB
#60EBD9
Disabled statesSecondary iconsMuted text
500
33E6
#33E6CE
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8B0
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F8C
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7164
Text on light backgroundsHeadingsStrong borders
900
0949
#094940
Primary textHigh emphasis contentDark headings
950
062D
#062D28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FDFC;
  --teal-100: #DFFBF7;
  --teal-200: #C4F8F1;
  --teal-300: #97F2E6;
  --teal-400: #60EBD9;
  --teal-500: #33E6CE;
  --teal-600: #19C8B0;
  --teal-700: #149F8C;
  --teal-800: #0E7164;
  --teal-900: #094940;
  --teal-950: #062D28;
}
Generate More ShadesCreate PaletteConvert Color