Teal

#0A6E75

Cyan

Color Codes

All color formats for development

HEX
#0A6E75
RGB
rgb(10, 110, 117)
HSL
hsl(184, 84%, 25%)
OKLCH
oklch(0.491 0.081 202.8)
CMYK
cmyk(91%, 6%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

6.00:1

AA AAA

On Black Background

3.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DEFA
200
#C2F6
300
#93EF
400
#5BE7
500
#2CE0
600
#12C2
700
#0E9A
800
#0A6E
900
#0747
950
#042C

Shades

Darker variations

1#09636A
2#08585E
3#074D52
4#064246
5#05373B
6#042C2F
7#032123
8#021617
9#010B0C

Tints

Lighter variations

1#0D8F98
2#10B0BC
3#13D1DF
4#2CE0ED
5#4FE5F0
6#72EAF3
7#95EFF6
8#B9F5F9
9#DCFAFC

Tones

Muted variations

1#106A70
2#15656B
3#1A6065
4#205C60
5#25575B
6#2A5255
7#304E50
8#35494A
9#3A4445

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFA
#DEFAFC
Light backgroundsTable row hoverSkeleton loading
200
C2F6
#C2F6FA
Secondary backgroundsInput backgroundsDividers
300
93EF
#93EFF6
BordersInactive statesPlaceholder text
400
5BE7
#5BE7F1
Disabled statesSecondary iconsMuted text
500
2CE0
#2CE0ED
Primary brand colorCTAsActive elementsLinks
600
12C2
#12C2CE
Hover statesFocus ringsPrimary buttons hover
700
0E9A
#0E9AA4
Active/pressed statesDark mode accentsSecondary text
800
0A6E
#0A6E75
Text on light backgroundsHeadingsStrong borders
900
0747
#07474B
Primary textHigh emphasis contentDark headings
950
042C
#042C2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FDFE;
  --teal-100: #DEFAFC;
  --teal-200: #C2F6FA;
  --teal-300: #93EFF6;
  --teal-400: #5BE7F1;
  --teal-500: #2CE0ED;
  --teal-600: #12C2CE;
  --teal-700: #0E9AA4;
  --teal-800: #0A6E75;
  --teal-900: #07474B;
  --teal-950: #042C2F;
}
Generate More ShadesCreate PaletteConvert Color