Teal

#03607C

Cyan

Color Codes

All color formats for development

HEX
#03607C
RGB
rgb(3, 96, 124)
HSL
hsl(194, 95%, 25%)
OKLCH
oklch(0.456 0.087 226.6)
CMYK
cmyk(98%, 23%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

7.08:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DCF6
200
#BEEF
300
#8DE2
400
#51D3
500
#1FC6
600
#06A9
700
#0486
800
#0360
900
#023D
950
#0126

Shades

Darker variations

1#035670
2#034D63
3#024357
4#023A4B
5#02303E
6#012632
7#011D25
8#011319
9#000A0C

Tints

Lighter variations

1#047DA2
2#059AC7
3#06B6EC
4#1FC6F9
5#45D0FA
6#6AD9FB
7#8FE3FC
8#B4ECFD
9#DAF6FE

Tones

Muted variations

1#095D76
2#0F5A70
3#15566A
4#1B5364
5#21505E
6#284D58
7#2E4952
8#34464C
9#3A4346

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF6
#DCF6FE
Light backgroundsTable row hoverSkeleton loading
200
BEEF
#BEEFFD
Secondary backgroundsInput backgroundsDividers
300
8DE2
#8DE2FC
BordersInactive statesPlaceholder text
400
51D3
#51D3FB
Disabled statesSecondary iconsMuted text
500
1FC6
#1FC6F9
Primary brand colorCTAsActive elementsLinks
600
06A9
#06A9DB
Hover statesFocus ringsPrimary buttons hover
700
0486
#0486AE
Active/pressed statesDark mode accentsSecondary text
800
0360
#03607C
Text on light backgroundsHeadingsStrong borders
900
023D
#023D50
Primary textHigh emphasis contentDark headings
950
0126
#012632
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FBFF;
  --teal-100: #DCF6FE;
  --teal-200: #BEEFFD;
  --teal-300: #8DE2FC;
  --teal-400: #51D3FB;
  --teal-500: #1FC6F9;
  --teal-600: #06A9DB;
  --teal-700: #0486AE;
  --teal-800: #03607C;
  --teal-900: #023D50;
  --teal-950: #012632;
}
Generate More ShadesCreate PaletteConvert Color