Teal

#115A6E

Cyan

Color Codes

All color formats for development

HEX
#115A6E
RGB
rgb(17, 90, 110)
HSL
hsl(193, 73%, 25%)
OKLCH
oklch(0.435 0.074 221.5)
CMYK
cmyk(85%, 18%, 0%, 57%)

Accessibility

WCAG contrast compliance

On White Background

7.74:1

AA AAA

On Black Background

2.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E0F5
200
#C6EC
300
#9ADD
400
#65CB
500
#38BC
600
#1E9F
700
#187E
800
#115A
900
#0B3A
950
#0724

Shades

Darker variations

1#0F5163
2#0E4858
3#0C3F4D
4#0A3642
5#092D37
6#07242C
7#051B21
8#031216
9#02090B

Tints

Lighter variations

1#16758F
2#1C90B0
3#21ABD2
4#38BCE0
5#5AC7E5
6#7BD2EA
7#9CDDF0
8#BDE9F5
9#DEF4FA

Tones

Muted variations

1#16576A
2#1B5565
3#1F5260
4#24505C
5#284D57
6#2D4A52
7#32484E
8#364549
9#3B4244

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F5
#E0F5FA
Light backgroundsTable row hoverSkeleton loading
200
C6EC
#C6ECF6
Secondary backgroundsInput backgroundsDividers
300
9ADD
#9ADDEF
BordersInactive statesPlaceholder text
400
65CB
#65CBE7
Disabled statesSecondary iconsMuted text
500
38BC
#38BCE0
Primary brand colorCTAsActive elementsLinks
600
1E9F
#1E9FC2
Hover statesFocus ringsPrimary buttons hover
700
187E
#187E9A
Active/pressed statesDark mode accentsSecondary text
800
115A
#115A6E
Text on light backgroundsHeadingsStrong borders
900
0B3A
#0B3A47
Primary textHigh emphasis contentDark headings
950
0724
#07242C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FBFD;
  --teal-100: #E0F5FA;
  --teal-200: #C6ECF6;
  --teal-300: #9ADDEF;
  --teal-400: #65CBE7;
  --teal-500: #38BCE0;
  --teal-600: #1E9FC2;
  --teal-700: #187E9A;
  --teal-800: #115A6E;
  --teal-900: #0B3A47;
  --teal-950: #07242C;
}
Generate More ShadesCreate PaletteConvert Color