Teal

#0D6572

Cyan

Color Codes

All color formats for development

HEX
#0D6572
RGB
rgb(13, 101, 114)
HSL
hsl(188, 80%, 25%)
OKLCH
oklch(0.466 0.077 210.7)
CMYK
cmyk(89%, 11%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

6.73:1

AA AAA

On Black Background

3.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF8
200
#C3F1
300
#95E7
400
#5EDA
500
#30D0
600
#16B2
700
#128E
800
#0D65
900
#0841
950
#0528

Shades

Darker variations

1#0B5B67
2#0A515C
3#094750
4#083D45
5#063339
6#05282E
7#041E22
8#031417
9#010A0B

Tints

Lighter variations

1#118395
2#14A2B8
3#18C0DA
4#30D0E8
5#53D7EC
6#75DFF0
7#98E7F4
8#BAEFF7
9#DDF7FB

Tones

Muted variations

1#12616E
2#175E69
3#1C5A63
4#21565E
5#265259
6#2B4F54
7#304B4F
8#36474A
9#3B4345

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF8
#DFF8FB
Light backgroundsTable row hoverSkeleton loading
200
C3F1
#C3F1F8
Secondary backgroundsInput backgroundsDividers
300
95E7
#95E7F3
BordersInactive statesPlaceholder text
400
5EDA
#5EDAED
Disabled statesSecondary iconsMuted text
500
30D0
#30D0E8
Primary brand colorCTAsActive elementsLinks
600
16B2
#16B2CA
Hover statesFocus ringsPrimary buttons hover
700
128E
#128EA1
Active/pressed statesDark mode accentsSecondary text
800
0D65
#0D6573
Text on light backgroundsHeadingsStrong borders
900
0841
#084149
Primary textHigh emphasis contentDark headings
950
0528
#05282E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFD;
  --teal-100: #DFF8FB;
  --teal-200: #C3F1F8;
  --teal-300: #95E7F3;
  --teal-400: #5EDAED;
  --teal-500: #30D0E8;
  --teal-600: #16B2CA;
  --teal-700: #128EA1;
  --teal-800: #0D6573;
  --teal-900: #084149;
  --teal-950: #05282E;
}
Generate More ShadesCreate PaletteConvert Color