Teal

#067079

Cyan

Color Codes

All color formats for development

HEX
#067079
RGB
rgb(6, 112, 121)
HSL
hsl(185, 91%, 25%)
OKLCH
oklch(0.498 0.084 204.7)
CMYK
cmyk(95%, 7%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.83:1

AA AAA

On Black Background

3.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFB
200
#C0F7
300
#8FF1
400
#55E9
500
#24E3
600
#0AC5
700
#089D
800
#0670
900
#0448
950
#022D

Shades

Darker variations

1#05656E
2#055A61
3#044E55
4#034349
5#03383D
6#022D31
7#022225
8#011618
9#010B0C

Tints

Lighter variations

1#07929E
2#09B3C3
3#0BD5E7
4#24E3F5
5#48E8F6
6#6DEDF8
7#91F1FA
8#B6F6FC
9#DAFAFD

Tones

Muted variations

1#0C6B74
2#11666E
3#176268
4#1D5D63
5#23585D
6#295357
7#2E4E51
8#34494B
9#3A4546

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFB
#DDFBFD
Light backgroundsTable row hoverSkeleton loading
200
C0F7
#C0F7FC
Secondary backgroundsInput backgroundsDividers
300
8FF1
#8FF1FA
BordersInactive statesPlaceholder text
400
55E9
#55E9F7
Disabled statesSecondary iconsMuted text
500
24E3
#24E3F5
Primary brand colorCTAsActive elementsLinks
600
0AC5
#0AC5D6
Hover statesFocus ringsPrimary buttons hover
700
089D
#089DAA
Active/pressed statesDark mode accentsSecondary text
800
0670
#06707A
Text on light backgroundsHeadingsStrong borders
900
0448
#04484E
Primary textHigh emphasis contentDark headings
950
022D
#022D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFE;
  --teal-100: #DDFBFD;
  --teal-200: #C0F7FC;
  --teal-300: #8FF1FA;
  --teal-400: #55E9F7;
  --teal-500: #24E3F5;
  --teal-600: #0AC5D6;
  --teal-700: #089DAA;
  --teal-800: #06707A;
  --teal-900: #04484E;
  --teal-950: #022D31;
}
Generate More ShadesCreate PaletteConvert Color