Teal

#06517A

Blue

Color Codes

All color formats for development

HEX
#06517A
RGB
rgb(6, 81, 122)
HSL
hsl(201, 91%, 25%)
OKLCH
oklch(0.416 0.094 241.1)
CMYK
cmyk(95%, 34%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

8.52:1

AA AAA

On Black Background

2.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF2
200
#C0E7
300
#8FD4
400
#55BE
500
#24AC
600
#0A8F
700
#0872
800
#0651
900
#0434
950
#0220

Shades

Darker variations

1#05496E
2#054161
3#043955
4#033149
5#03293D
6#022031
7#021825
8#011018
9#01080C

Tints

Lighter variations

1#07699E
2#0982C3
3#0B9AE7
4#24ACF5
5#48B9F6
6#6DC7F8
7#91D5FA
8#B6E3FC
9#DAF1FD

Tones

Muted variations

1#0C4F74
2#114E6E
3#174C68
4#1D4A63
5#23485D
6#294757
7#2E4551
8#34434B
9#3A4146

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF2
#DDF2FD
Light backgroundsTable row hoverSkeleton loading
200
C0E7
#C0E7FC
Secondary backgroundsInput backgroundsDividers
300
8FD4
#8FD4FA
BordersInactive statesPlaceholder text
400
55BE
#55BEF7
Disabled statesSecondary iconsMuted text
500
24AC
#24ACF5
Primary brand colorCTAsActive elementsLinks
600
0A8F
#0A8FD6
Hover statesFocus ringsPrimary buttons hover
700
0872
#0872AA
Active/pressed statesDark mode accentsSecondary text
800
0651
#06517A
Text on light backgroundsHeadingsStrong borders
900
0434
#04344E
Primary textHigh emphasis contentDark headings
950
0220
#022031
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0F9FE;
  --teal-100: #DDF2FD;
  --teal-200: #C0E7FC;
  --teal-300: #8FD4FA;
  --teal-400: #55BEF7;
  --teal-500: #24ACF5;
  --teal-600: #0A8FD6;
  --teal-700: #0872AA;
  --teal-800: #06517A;
  --teal-900: #04344E;
  --teal-950: #022031;
}
Generate More ShadesCreate PaletteConvert Color