Teal

#0D6872

Cyan

Color Codes

All color formats for development

HEX
#0D6872
RGB
rgb(13, 104, 114)
HSL
hsl(186, 80%, 25%)
OKLCH
oklch(0.474 0.078 206.9)
CMYK
cmyk(89%, 9%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

6.48:1

AA AAA

On Black Background

3.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F3
300
#95EA
400
#5EDF
500
#30D6
600
#16B8
700
#1292
800
#0D69
900
#0843
950
#052A

Shades

Darker variations

1#0B5E67
2#0A545C
3#094950
4#083F45
5#063439
6#052A2E
7#041F22
8#031517
9#010A0B

Tints

Lighter variations

1#118895
2#14A7B8
3#18C7DA
4#30D6E8
5#53DDEC
6#75E3F0
7#98EAF4
8#BAF1F7
9#DDF8FB

Tones

Muted variations

1#12646E
2#176069
3#1C5C63
4#21585E
5#265459
6#2B5054
7#304C4F
8#36484A
9#3B4445

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FB
Light backgroundsTable row hoverSkeleton loading
200
C3F3
#C3F3F8
Secondary backgroundsInput backgroundsDividers
300
95EA
#95EAF3
BordersInactive statesPlaceholder text
400
5EDF
#5EDFED
Disabled statesSecondary iconsMuted text
500
30D6
#30D6E8
Primary brand colorCTAsActive elementsLinks
600
16B8
#16B8CA
Hover statesFocus ringsPrimary buttons hover
700
1292
#1292A1
Active/pressed statesDark mode accentsSecondary text
800
0D69
#0D6973
Text on light backgroundsHeadingsStrong borders
900
0843
#084349
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFD;
  --teal-100: #DFF9FB;
  --teal-200: #C3F3F8;
  --teal-300: #95EAF3;
  --teal-400: #5EDFED;
  --teal-500: #30D6E8;
  --teal-600: #16B8CA;
  --teal-700: #1292A1;
  --teal-800: #0D6973;
  --teal-900: #084349;
  --teal-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color