Teal

#1D8395

Cyan

Color Codes

All color formats for development

HEX
#1D8395
RGB
rgb(29, 131, 149)
HSL
hsl(189, 67%, 35%)
OKLCH
oklch(0.563 0.091 212.8)
CMYK
cmyk(81%, 12%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

4.44:1

AA AAA

On Black Background

4.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F6
200
#C8ED
300
#9DE0
400
#6AD0
500
#3FC2
600
#25A5
700
#1D83
800
#155E
900
#0D3C
950
#0825

Shades

Darker variations

1#1B7686
2#186977
3#155C68
4#124F59
5#0F424B
6#0C343C
7#09272D
8#061A1E
9#030D0F

Tints

Lighter variations

1#239BB1
2#28B4CC
3#3DC1D9
4#59CADE
5#75D3E4
6#90DCE9
7#ACE5EF
8#C8EDF4
9#E3F6FA

Tones

Muted variations

1#237F8F
2#297B89
3#2F7783
4#35727D
5#3B6E77
6#416A71
7#47666B
8#4D6265
9#535D5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F6
#E1F6F9
Light backgroundsTable row hoverSkeleton loading
200
C8ED
#C8EDF4
Secondary backgroundsInput backgroundsDividers
300
9DE0
#9DE0EC
BordersInactive statesPlaceholder text
400
6AD0
#6AD0E2
Disabled statesSecondary iconsMuted text
500
3FC2
#3FC2D9
Primary brand colorCTAsActive elementsLinks
600
25A5
#25A5BB
Hover statesFocus ringsPrimary buttons hover
700
1D83
#1D8395
Active/pressed statesDark mode accentsSecondary text
800
155E
#155E6A
Text on light backgroundsHeadingsStrong borders
900
0D3C
#0D3C44
Primary textHigh emphasis contentDark headings
950
0825
#08252B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FBFC;
  --teal-100: #E1F6F9;
  --teal-200: #C8EDF4;
  --teal-300: #9DE0EC;
  --teal-400: #6AD0E2;
  --teal-500: #3FC2D9;
  --teal-600: #25A5BB;
  --teal-700: #1D8395;
  --teal-800: #155E6A;
  --teal-900: #0D3C44;
  --teal-950: #08252B;
}
Generate More ShadesCreate PaletteConvert Color