Teal

#10A283

Cyan

Color Codes

All color formats for development

HEX
#10A283
RGB
rgb(16, 162, 131)
HSL
hsl(167, 82%, 35%)
OKLCH
oklch(0.636 0.12 172.4)
CMYK
cmyk(90%, 0%, 19%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.22:1

AA AAA

On Black Background

6.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#0E9276
2#0D8269
3#0B725C
4#0A614E
5#085141
6#064134
7#053127
8#03201A
9#02100D

Tints

Lighter variations

1#13C19B
2#16DFB3
3#2CEAC1
4#4AEDCA
5#68F0D3
6#86F3DC
7#A5F6E4
8#C3F9ED
9#E1FCF6

Tones

Muted variations

1#179B7F
2#1F947A
3#268C76
4#2D8572
5#357E6E
6#3C776A
7#436F66
8#4B6862
9#52615D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF5
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9ED
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4E0
BordersInactive statesPlaceholder text
400
5DEF
#5DEFCF
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAC2
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCA4
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A283
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B745D
Text on light backgroundsHeadingsStrong borders
900
074A
#074A3C
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DFFCF5;
  --teal-200: #C3F9ED;
  --teal-300: #94F4E0;
  --teal-400: #5DEFCF;
  --teal-500: #2EEAC2;
  --teal-600: #14CCA4;
  --teal-700: #10A283;
  --teal-800: #0B745D;
  --teal-900: #074A3C;
  --teal-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color