Teal

#1C9791

Cyan

Color Codes

All color formats for development

HEX
#1C9791
RGB
rgb(28, 151, 145)
HSL
hsl(177, 69%, 35%)
OKLCH
oklch(0.613 0.1 189.7)
CMYK
cmyk(81%, 0%, 4%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.57:1

AA AAA

On Black Background

5.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#198882
2#167974
3#136A65
4#115A57
5#0E4B48
6#0B3C3A
7#082D2B
8#061E1D
9#030F0E

Tints

Lighter variations

1#21B3AC
2#26CFC6
3#3BDBD3
4#57E0D9
5#73E5E0
6#8FEAE6
7#ABF0EC
8#C7F5F2
9#E3FAF9

Tones

Muted variations

1#22918B
2#288B86
3#2E8480
4#347E7B
5#3A7875
6#41726F
7#476C6A
8#4D6664
9#535F5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F8
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F2
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE9
BordersInactive statesPlaceholder text
400
68E3
#68E3DD
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBD4
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEB6
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9791
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C67
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4542
Primary textHigh emphasis contentDark headings
950
082B
#082B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FDFC;
  --teal-100: #E1F9F8;
  --teal-200: #C7F5F2;
  --teal-300: #9CEDE9;
  --teal-400: #68E3DD;
  --teal-500: #3DDBD4;
  --teal-600: #23BEB6;
  --teal-700: #1C9791;
  --teal-800: #146C67;
  --teal-900: #0D4542;
  --teal-950: #082B29;
}
Generate More ShadesCreate PaletteConvert Color