Teal

#21918E

Cyan

Color Codes

All color formats for development

HEX
#21918E
RGB
rgb(33, 145, 142)
HSL
hsl(178, 63%, 35%)
OKLCH
oklch(0.597 0.095 192.2)
CMYK
cmyk(77%, 0%, 2%, 43%)

Accessibility

WCAG contrast compliance

On White Background

3.81:1

AA AAA

On Black Background

5.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#1E8380
2#1A7471
3#176663
4#145755
5#114947
6#0D3A39
7#0A2C2B
8#071D1C
9#030F0E

Tints

Lighter variations

1#27ACA8
2#2DC8C2
3#42D4CF
4#5DDAD6
5#78E0DD
6#93E6E4
7#AEEDEB
8#C9F3F1
9#E4F9F8

Tones

Muted variations

1#278C88
2#2C8683
3#32817E
4#387B79
5#3D7573
6#43706E
7#486A69
8#4E6464
9#545F5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F8
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3F1
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9E7
BordersInactive statesPlaceholder text
400
6EDE
#6EDEDA
Disabled statesSecondary iconsMuted text
500
44D5
#44D5D0
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7B2
Hover statesFocus ringsPrimary buttons hover
700
2191
#21918E
Active/pressed statesDark mode accentsSecondary text
800
1868
#186865
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4341
Primary textHigh emphasis contentDark headings
950
092A
#092A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3FCFC;
  --teal-100: #E2F8F8;
  --teal-200: #C9F3F1;
  --teal-300: #9FE9E7;
  --teal-400: #6EDEDA;
  --teal-500: #44D5D0;
  --teal-600: #2AB7B2;
  --teal-700: #21918E;
  --teal-800: #186865;
  --teal-900: #0F4341;
  --teal-950: #092A28;
}
Generate More ShadesCreate PaletteConvert Color