Teal

#0777AB

Blue

Color Codes

All color formats for development

HEX
#0777AB
RGB
rgb(7, 119, 171)
HSL
hsl(199, 92%, 35%)
OKLCH
oklch(0.541 0.118 238.1)
CMYK
cmyk(96%, 30%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.96:1

AA AAA

On Black Background

4.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#BFE9
300
#8ED8
400
#54C4
500
#23B3
600
#0996
700
#0777
800
#0555
900
#0337
950
#0222

Shades

Darker variations

1#066B9A
2#065F89
3#055478
4#044867
5#043C56
6#033045
7#022433
8#011822
9#010C11

Tints

Lighter variations

1#088ECB
2#0AA4EB
3#20B2F6
4#40BDF7
5#60C8F8
6#80D3FA
7#A0DEFB
8#BFE9FC
9#DFF4FE

Tones

Muted variations

1#0F74A3
2#18719B
3#206E93
4#286B8B
5#306882
6#38657A
7#416272
8#495F6A
9#515C61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FC
Secondary backgroundsInput backgroundsDividers
300
8ED8
#8ED8FA
BordersInactive statesPlaceholder text
400
54C4
#54C4F8
Disabled statesSecondary iconsMuted text
500
23B3
#23B3F6
Primary brand colorCTAsActive elementsLinks
600
0996
#0996D7
Hover statesFocus ringsPrimary buttons hover
700
0777
#0777AB
Active/pressed statesDark mode accentsSecondary text
800
0555
#05557A
Text on light backgroundsHeadingsStrong borders
900
0337
#03374E
Primary textHigh emphasis contentDark headings
950
0222
#022231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FAFE;
  --teal-100: #DDF3FE;
  --teal-200: #BFE9FC;
  --teal-300: #8ED8FA;
  --teal-400: #54C4F8;
  --teal-500: #23B3F6;
  --teal-600: #0996D7;
  --teal-700: #0777AB;
  --teal-800: #05557A;
  --teal-900: #03374E;
  --teal-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color