Teal

#10A29B

Cyan

Color Codes

All color formats for development

HEX
#10A29B
RGB
rgb(16, 162, 155)
HSL
hsl(177, 82%, 35%)
OKLCH
oklch(0.643 0.109 189.3)
CMYK
cmyk(90%, 0%, 4%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.15:1

AA AAA

On Black Background

6.66: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#0E928C
2#0D827C
3#0B726D
4#0A615D
5#08514E
6#06413E
7#05312F
8#03201F
9#021010

Tints

Lighter variations

1#13C1B8
2#16DFD5
3#2CEAE1
4#4AEDE5
5#68F0E9
6#86F3EE
7#A5F6F2
8#C3F9F6
9#E1FCFB

Tones

Muted variations

1#179B95
2#1F948E
3#268C87
4#2D8581
5#357E7A
6#3C7774
7#436F6D
8#4B6866
9#526160

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFA
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F6
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F0
BordersInactive statesPlaceholder text
400
5DEF
#5DEFE8
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE1
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC3
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A29B
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B746F
Text on light backgroundsHeadingsStrong borders
900
074A
#074A47
Primary textHigh emphasis contentDark headings
950
052E
#052E2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFD;
  --teal-100: #DFFCFA;
  --teal-200: #C3F9F6;
  --teal-300: #94F4F0;
  --teal-400: #5DEFE8;
  --teal-500: #2EEAE1;
  --teal-600: #14CCC3;
  --teal-700: #10A29B;
  --teal-800: #0B746F;
  --teal-900: #074A47;
  --teal-950: #052E2C;
}
Generate More ShadesCreate PaletteConvert Color