Teal

#1D9579

Cyan

Color Codes

All color formats for development

HEX
#1D9579
RGB
rgb(29, 149, 121)
HSL
hsl(166, 67%, 35%)
OKLCH
oklch(0.6 0.109 172.2)
CMYK
cmyk(81%, 0%, 19%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.73:1

AA AAA

On Black Background

5.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#1B866D
2#187761
3#156855
4#125949
5#0F4B3D
6#0C3C30
7#092D24
8#061E18
9#030F0C

Tints

Lighter variations

1#23B190
2#28CCA6
3#3DD9B4
4#59DEBF
5#75E4CA
6#90E9D4
7#ACEFDF
8#C8F4EA
9#E3FAF4

Tones

Muted variations

1#238F76
2#298973
3#2F8370
4#357D6C
5#3B7769
6#417166
7#476B63
8#4D6560
9#535F5C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F4
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4EA
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECD9
BordersInactive statesPlaceholder text
400
6AE2
#6AE2C6
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9B5
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB98
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9579
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A57
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4437
Primary textHigh emphasis contentDark headings
950
082B
#082B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFA;
  --teal-100: #E1F9F4;
  --teal-200: #C8F4EA;
  --teal-300: #9DECD9;
  --teal-400: #6AE2C6;
  --teal-500: #3FD9B5;
  --teal-600: #25BB98;
  --teal-700: #1D9579;
  --teal-800: #156A57;
  --teal-900: #0D4437;
  --teal-950: #082B23;
}
Generate More ShadesCreate PaletteConvert Color