Teal

#11A280

Cyan

Color Codes

All color formats for development

HEX
#11A280
RGB
rgb(17, 162, 128)
HSL
hsl(166, 81%, 35%)
OKLCH
oklch(0.635 0.122 170.5)
CMYK
cmyk(90%, 0%, 21%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#0F9173
2#0E8166
3#0C7159
4#0A614D
5#085140
6#074133
7#053026
8#03201A
9#02100D

Tints

Lighter variations

1#14C098
2#17DEAF
3#2DE9BD
4#4BECC7
5#69EFD0
6#87F2D9
7#A5F6E3
8#C3F9EC
9#E1FCF6

Tones

Muted variations

1#189A7C
2#1F9378
3#278C74
4#2E8570
5#357D6D
6#3C7669
7#446F65
8#4B6861
9#52605D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF5
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9EC
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4DE
BordersInactive statesPlaceholder text
400
5DEE
#5DEECC
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9BE
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBA1
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A280
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C735B
Text on light backgroundsHeadingsStrong borders
900
084A
#084A3A
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DFFCF5;
  --teal-200: #C3F9EC;
  --teal-300: #95F4DE;
  --teal-400: #5DEECC;
  --teal-500: #2FE9BE;
  --teal-600: #15CBA1;
  --teal-700: #11A280;
  --teal-800: #0C735B;
  --teal-900: #084A3A;
  --teal-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color