Teal

#10A0A2

Cyan

Color Codes

All color formats for development

HEX
#10A0A2
RGB
rgb(16, 160, 162)
HSL
hsl(181, 82%, 35%)
OKLCH
oklch(0.641 0.107 196.4)
CMYK
cmyk(90%, 1%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.20:1

AA AAA

On Black Background

6.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#94F3
400
#5DEC
500
#2EE7
600
#14C9
700
#10A0
800
#0B72
900
#0749
950
#052E

Shades

Darker variations

1#0E9092
2#0D8082
3#0B7072
4#0A6061
5#085051
6#064041
7#053031
8#032020
9#021010

Tints

Lighter variations

1#13BEC1
2#16DBDF
3#2CE7EA
4#4AEAED
5#68EEF0
6#86F1F3
7#A5F5F6
8#C3F8F9
9#E1FCFC

Tones

Muted variations

1#17999B
2#1F9294
3#268B8C
4#2D8485
5#357D7E
6#3C7677
7#436E6F
8#4B6768
9#526061

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFC
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F9
Secondary backgroundsInput backgroundsDividers
300
94F3
#94F3F4
BordersInactive statesPlaceholder text
400
5DEC
#5DECEF
Disabled statesSecondary iconsMuted text
500
2EE7
#2EE7EA
Primary brand colorCTAsActive elementsLinks
600
14C9
#14C9CC
Hover statesFocus ringsPrimary buttons hover
700
10A0
#10A0A2
Active/pressed statesDark mode accentsSecondary text
800
0B72
#0B7274
Text on light backgroundsHeadingsStrong borders
900
0749
#07494A
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FDFE;
  --teal-100: #DFFBFC;
  --teal-200: #C3F8F9;
  --teal-300: #94F3F4;
  --teal-400: #5DECEF;
  --teal-500: #2EE7EA;
  --teal-600: #14C9CC;
  --teal-700: #10A0A2;
  --teal-800: #0B7274;
  --teal-900: #07494A;
  --teal-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color