Teal

#1F9386

Cyan

Color Codes

All color formats for development

HEX
#1F9386
RGB
rgb(31, 147, 134)
HSL
hsl(173, 65%, 35%)
OKLCH
oklch(0.599 0.099 183.5)
CMYK
cmyk(79%, 0%, 9%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.77:1

AA AAA

On Black Background

5.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#1C8578
2#19766B
3#16675E
4#135850
5#104A43
6#0C3B35
7#092C28
8#061D1B
9#030F0D

Tints

Lighter variations

1#25AF9F
2#2BCAB7
3#40D6C5
4#5BDCCD
5#76E2D5
6#92E8DE
7#ADEEE6
8#C8F3EE
9#E4F9F7

Tones

Muted variations

1#258D81
2#2B887D
3#318278
4#367C74
5#3C766F
6#42706B
7#486B67
8#4E6562
9#535F5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F6
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3EE
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAE2
BordersInactive statesPlaceholder text
400
6CE0
#6CE0D2
Disabled statesSecondary iconsMuted text
500
42D7
#42D7C5
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9A8
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9386
Active/pressed statesDark mode accentsSecondary text
800
1669
#166960
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E433D
Primary textHigh emphasis contentDark headings
950
092A
#092A26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFB;
  --teal-100: #E2F9F6;
  --teal-200: #C8F3EE;
  --teal-300: #9EEAE2;
  --teal-400: #6CE0D2;
  --teal-500: #42D7C5;
  --teal-600: #27B9A8;
  --teal-700: #1F9386;
  --teal-800: #166960;
  --teal-900: #0E433D;
  --teal-950: #092A26;
}
Generate More ShadesCreate PaletteConvert Color