Teal

#067A66

Cyan

Color Codes

All color formats for development

HEX
#067A66
RGB
rgb(6, 122, 102)
HSL
hsl(170, 91%, 25%)
OKLCH
oklch(0.518 0.096 175.7)
CMYK
cmyk(95%, 0%, 16%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#056E5C
2#056152
3#045548
4#03493D
5#033D33
6#023129
7#02251F
8#011814
9#010C0A

Tints

Lighter variations

1#079E85
2#09C3A4
3#0BE7C3
4#24F5D2
5#48F6D9
6#6DF8E1
7#91FAE8
8#B6FCF0
9#DAFDF7

Tones

Muted variations

1#0C7463
2#116E5F
3#17685B
4#1D6357
5#235D53
6#29574F
7#2E514B
8#344B47
9#3A4644

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF2
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAE8
BordersInactive statesPlaceholder text
400
55F7
#55F7DC
Disabled statesSecondary iconsMuted text
500
24F5
#24F5D2
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6B4
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA8F
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A66
Text on light backgroundsHeadingsStrong borders
900
044E
#044E42
Primary textHigh emphasis contentDark headings
950
0231
#023129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFC;
  --teal-100: #DDFDF8;
  --teal-200: #C0FCF2;
  --teal-300: #8FFAE8;
  --teal-400: #55F7DC;
  --teal-500: #24F5D2;
  --teal-600: #0AD6B4;
  --teal-700: #08AA8F;
  --teal-800: #067A66;
  --teal-900: #044E42;
  --teal-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color