Teal

#06727A

Cyan

Color Codes

All color formats for development

HEX
#06727A
RGB
rgb(6, 114, 122)
HSL
hsl(184, 91%, 25%)
OKLCH
oklch(0.504 0.085 203.5)
CMYK
cmyk(95%, 7%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

5.68:1

AA AAA

On Black Background

3.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFB
200
#C0F8
300
#8FF3
400
#55EC
500
#24E7
600
#0AC9
700
#08A0
800
#0672
900
#0449
950
#022E

Shades

Darker variations

1#05676E
2#055B61
3#045055
4#034449
5#03393D
6#022E31
7#022225
8#011718
9#010B0C

Tints

Lighter variations

1#07949E
2#09B6C3
3#0BD9E7
4#24E7F5
5#48EBF6
6#6DEFF8
7#91F3FA
8#B6F7FC
9#DAFBFD

Tones

Muted variations

1#0C6D74
2#11686E
3#176368
4#1D5E63
5#23595D
6#295457
7#2E4F51
8#344A4B
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
C0F8
#C0F8FC
Secondary backgroundsInput backgroundsDividers
300
8FF3
#8FF3FA
BordersInactive statesPlaceholder text
400
55EC
#55ECF7
Disabled statesSecondary iconsMuted text
500
24E7
#24E7F5
Primary brand colorCTAsActive elementsLinks
600
0AC9
#0AC9D6
Hover statesFocus ringsPrimary buttons hover
700
08A0
#08A0AA
Active/pressed statesDark mode accentsSecondary text
800
0672
#06727A
Text on light backgroundsHeadingsStrong borders
900
0449
#04494E
Primary textHigh emphasis contentDark headings
950
022E
#022E31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFE;
  --teal-100: #DDFBFD;
  --teal-200: #C0F8FC;
  --teal-300: #8FF3FA;
  --teal-400: #55ECF7;
  --teal-500: #24E7F5;
  --teal-600: #0AC9D6;
  --teal-700: #08A0AA;
  --teal-800: #06727A;
  --teal-900: #04494E;
  --teal-950: #022E31;
}
Generate More ShadesCreate PaletteConvert Color