Teal

#06577A

Blue

Color Codes

All color formats for development

HEX
#06577A
RGB
rgb(6, 87, 122)
HSL
hsl(198, 91%, 25%)
OKLCH
oklch(0.432 0.089 235.1)
CMYK
cmyk(95%, 29%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

7.92:1

AA AAA

On Black Background

2.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EA
300
#8FDA
400
#55C6
500
#24B6
600
#0A99
700
#087A
800
#0657
900
#0438
950
#0223

Shades

Darker variations

1#054E6E
2#054661
3#043D55
4#033449
5#032B3D
6#022331
7#021A25
8#011118
9#01090C

Tints

Lighter variations

1#07719E
2#098BC3
3#0BA5E7
4#24B6F5
5#48C2F6
6#6DCEF8
7#91DBFA
8#B6E7FC
9#DAF3FD

Tones

Muted variations

1#0C5574
2#11526E
3#175068
4#1D4E63
5#234B5D
6#294957
7#2E4751
8#34444B
9#3A4246

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EA
#C0EAFC
Secondary backgroundsInput backgroundsDividers
300
8FDA
#8FDAFA
BordersInactive statesPlaceholder text
400
55C6
#55C6F7
Disabled statesSecondary iconsMuted text
500
24B6
#24B6F5
Primary brand colorCTAsActive elementsLinks
600
0A99
#0A99D6
Hover statesFocus ringsPrimary buttons hover
700
087A
#087AAA
Active/pressed statesDark mode accentsSecondary text
800
0657
#06577A
Text on light backgroundsHeadingsStrong borders
900
0438
#04384E
Primary textHigh emphasis contentDark headings
950
0223
#022331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FAFE;
  --teal-100: #DDF4FD;
  --teal-200: #C0EAFC;
  --teal-300: #8FDAFA;
  --teal-400: #55C6F7;
  --teal-500: #24B6F5;
  --teal-600: #0A99D6;
  --teal-700: #087AAA;
  --teal-800: #06577A;
  --teal-900: #04384E;
  --teal-950: #022331;
}
Generate More ShadesCreate PaletteConvert Color