Teal

#066E79

Cyan

Color Codes

All color formats for development

HEX
#066E79
RGB
rgb(6, 110, 121)
HSL
hsl(186, 91%, 25%)
OKLCH
oklch(0.493 0.083 207.1)
CMYK
cmyk(95%, 9%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.98:1

AA AAA

On Black Background

3.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDFA
200
#C0F6
300
#8FEF
400
#55E7
500
#24E0
600
#0AC2
700
#089A
800
#066E
900
#0447
950
#022C

Shades

Darker variations

1#05636E
2#055861
3#044D55
4#034249
5#03373D
6#022C31
7#022125
8#011618
9#010B0C

Tints

Lighter variations

1#078F9E
2#09B0C3
3#0BD1E7
4#24E0F5
5#48E5F6
6#6DEAF8
7#91EFFA
8#B6F5FC
9#DAFAFD

Tones

Muted variations

1#0C6A74
2#11656E
3#176068
4#1D5C63
5#23575D
6#295257
7#2E4E51
8#34494B
9#3A4446

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFA
#DDFAFD
Light backgroundsTable row hoverSkeleton loading
200
C0F6
#C0F6FC
Secondary backgroundsInput backgroundsDividers
300
8FEF
#8FEFFA
BordersInactive statesPlaceholder text
400
55E7
#55E7F7
Disabled statesSecondary iconsMuted text
500
24E0
#24E0F5
Primary brand colorCTAsActive elementsLinks
600
0AC2
#0AC2D6
Hover statesFocus ringsPrimary buttons hover
700
089A
#089AAA
Active/pressed statesDark mode accentsSecondary text
800
066E
#066E7A
Text on light backgroundsHeadingsStrong borders
900
0447
#04474E
Primary textHigh emphasis contentDark headings
950
022C
#022C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFE;
  --teal-100: #DDFAFD;
  --teal-200: #C0F6FC;
  --teal-300: #8FEFFA;
  --teal-400: #55E7F7;
  --teal-500: #24E0F5;
  --teal-600: #0AC2D6;
  --teal-700: #089AAA;
  --teal-800: #066E7A;
  --teal-900: #04474E;
  --teal-950: #022C31;
}
Generate More ShadesCreate PaletteConvert Color