Teal

#1D9595

Cyan

Color Codes

All color formats for development

HEX
#1D9595
RGB
rgb(29, 149, 149)
HSL
hsl(180, 67%, 35%)
OKLCH
oklch(0.609 0.098 194.9)
CMYK
cmyk(81%, 0%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.63:1

AA AAA

On Black Background

5.79: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#1B8686
2#187777
3#156868
4#125959
5#0F4B4B
6#0C3C3C
7#092D2D
8#061E1E
9#030F0F

Tints

Lighter variations

1#23B1B1
2#28CCCC
3#3DD9D9
4#59DEDE
5#75E4E4
6#90E9E9
7#ACEFEF
8#C8F4F4
9#E3FAFA

Tones

Muted variations

1#238F8F
2#298989
3#2F8383
4#357D7D
5#3B7777
6#417171
7#476B6B
8#4D6565
9#535F5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F4
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECEC
BordersInactive statesPlaceholder text
400
6AE2
#6AE2E2
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9D9
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBBB
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9595
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A6A
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4444
Primary textHigh emphasis contentDark headings
950
082B
#082B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFC;
  --teal-100: #E1F9F9;
  --teal-200: #C8F4F4;
  --teal-300: #9DECEC;
  --teal-400: #6AE2E2;
  --teal-500: #3FD9D9;
  --teal-600: #25BBBB;
  --teal-700: #1D9595;
  --teal-800: #156A6A;
  --teal-900: #0D4444;
  --teal-950: #082B2B;
}
Generate More ShadesCreate PaletteConvert Color