Teal

#00B395

Cyan

Color Codes

All color formats for development

HEX
#00B395
RGB
rgb(0, 179, 149)
HSL
hsl(170, 100%, 35%)
OKLCH
oklch(0.685 0.129 175)
CMYK
cmyk(100%, 0%, 17%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.66:1

AA AAA

On Black Background

7.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00A186
2#008F77
3#007D68
4#006B59
5#00594A
6#00473C
7#00362D
8#00241E
9#00120F

Tints

Lighter variations

1#00D4B0
2#00F5CC
3#17FFD8
4#38FFDE
5#59FFE3
6#7AFFE9
7#9CFFEE
8#BDFFF4
9#DEFFF9

Tones

Muted variations

1#09AA8F
2#12A189
3#1B9883
4#248F7D
5#2D8677
6#367D71
7#3E746B
8#476B65
9#50625F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF9
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF4
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEB
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE1
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD9
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0BB
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B395
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806A
Text on light backgroundsHeadingsStrong borders
900
0052
#005244
Primary textHigh emphasis contentDark headings
950
0033
#00332B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DBFFF9;
  --teal-200: #BDFFF4;
  --teal-300: #8AFFEB;
  --teal-400: #4DFFE1;
  --teal-500: #1AFFD9;
  --teal-600: #00E0BB;
  --teal-700: #00B395;
  --teal-800: #00806A;
  --teal-900: #005244;
  --teal-950: #00332B;
}
Generate More ShadesCreate PaletteConvert Color