Teal

#065B79

Blue

Color Codes

All color formats for development

HEX
#065B79
RGB
rgb(6, 91, 121)
HSL
hsl(196, 91%, 25%)
OKLCH
oklch(0.442 0.086 229.9)
CMYK
cmyk(95%, 25%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.55:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF5
200
#C0EC
300
#8FDD
400
#55CC
500
#24BD
600
#0AA0
700
#087F
800
#065B
900
#043A
950
#0224

Shades

Darker variations

1#05526E
2#054961
3#044055
4#033649
5#032D3D
6#022431
7#021B25
8#011218
9#01090C

Tints

Lighter variations

1#07769E
2#0991C3
3#0BADE7
4#24BDF5
5#48C8F6
6#6DD3F8
7#91DEFA
8#B6E9FC
9#DAF4FD

Tones

Muted variations

1#0C5874
2#11556E
3#175368
4#1D5063
5#234D5D
6#294B57
7#2E4851
8#34454B
9#3A4246

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF5
#DDF5FD
Light backgroundsTable row hoverSkeleton loading
200
C0EC
#C0ECFC
Secondary backgroundsInput backgroundsDividers
300
8FDD
#8FDDFA
BordersInactive statesPlaceholder text
400
55CC
#55CCF7
Disabled statesSecondary iconsMuted text
500
24BD
#24BDF5
Primary brand colorCTAsActive elementsLinks
600
0AA0
#0AA0D6
Hover statesFocus ringsPrimary buttons hover
700
087F
#087FAA
Active/pressed statesDark mode accentsSecondary text
800
065B
#065B7A
Text on light backgroundsHeadingsStrong borders
900
043A
#043A4E
Primary textHigh emphasis contentDark headings
950
0224
#022431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FBFE;
  --teal-100: #DDF5FD;
  --teal-200: #C0ECFC;
  --teal-300: #8FDDFA;
  --teal-400: #55CCF7;
  --teal-500: #24BDF5;
  --teal-600: #0AA0D6;
  --teal-700: #087FAA;
  --teal-800: #065B7A;
  --teal-900: #043A4E;
  --teal-950: #022431;
}
Generate More ShadesCreate PaletteConvert Color