Teal

#0E6371

Cyan

Color Codes

All color formats for development

HEX
#0E6371
RGB
rgb(14, 99, 113)
HSL
hsl(188, 78%, 25%)
OKLCH
oklch(0.46 0.076 212.3)
CMYK
cmyk(88%, 12%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.90:1

AA AAA

On Black Background

3.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF7
200
#C4F1
300
#97E6
400
#60D9
500
#33CE
600
#19B0
700
#148C
800
#0E64
900
#0940
950
#0628

Shades

Darker variations

1#0D5A66
2#0B505B
3#0A464F
4#083C44
5#073239
6#06282D
7#041E22
8#031417
9#010A0B

Tints

Lighter variations

1#128294
2#16A0B6
3#1BBED8
4#33CEE6
5#55D6EA
6#77DEEE
7#99E6F2
8#BBEFF7
9#DDF7FB

Tones

Muted variations

1#13616D
2#185D68
3#1D5963
4#22565E
5#275259
6#2C4E54
7#314B4F
8#36474A
9#3B4345

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF7
#DFF7FB
Light backgroundsTable row hoverSkeleton loading
200
C4F1
#C4F1F8
Secondary backgroundsInput backgroundsDividers
300
97E6
#97E6F2
BordersInactive statesPlaceholder text
400
60D9
#60D9EB
Disabled statesSecondary iconsMuted text
500
33CE
#33CEE6
Primary brand colorCTAsActive elementsLinks
600
19B0
#19B0C8
Hover statesFocus ringsPrimary buttons hover
700
148C
#148C9F
Active/pressed statesDark mode accentsSecondary text
800
0E64
#0E6471
Text on light backgroundsHeadingsStrong borders
900
0940
#094049
Primary textHigh emphasis contentDark headings
950
0628
#06282D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFD;
  --teal-100: #DFF7FB;
  --teal-200: #C4F1F8;
  --teal-300: #97E6F2;
  --teal-400: #60D9EB;
  --teal-500: #33CEE6;
  --teal-600: #19B0C8;
  --teal-700: #148C9F;
  --teal-800: #0E6471;
  --teal-900: #094049;
  --teal-950: #06282D;
}
Generate More ShadesCreate PaletteConvert Color