Teal

#085478

Blue

Color Codes

All color formats for development

HEX
#085478
RGB
rgb(8, 84, 120)
HSL
hsl(199, 88%, 25%)
OKLCH
oklch(0.423 0.089 237)
CMYK
cmyk(93%, 30%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

8.24:1

AA AAA

On Black Background

2.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF3
200
#C1E9
300
#91D7
400
#57C3
500
#27B1
600
#0D94
700
#0B76
800
#0854
900
#0536
950
#0322

Shades

Darker variations

1#074C6C
2#064360
3#053B54
4#053348
5#042A3C
6#032230
7#021924
8#021118
9#01080C

Tints

Lighter variations

1#0A6E9C
2#0C87C0
3#0FA0E4
4#27B1F1
5#4BBEF4
6#6FCBF6
7#93D8F8
8#B7E5FA
9#DBF2FD

Tones

Muted variations

1#0D5272
2#13506D
3#184E67
4#1E4C61
5#244A5C
6#294856
7#2F4651
8#35444B
9#3A4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FD
Light backgroundsTable row hoverSkeleton loading
200
C1E9
#C1E9FB
Secondary backgroundsInput backgroundsDividers
300
91D7
#91D7F8
BordersInactive statesPlaceholder text
400
57C3
#57C3F4
Disabled statesSecondary iconsMuted text
500
27B1
#27B1F1
Primary brand colorCTAsActive elementsLinks
600
0D94
#0D94D3
Hover statesFocus ringsPrimary buttons hover
700
0B76
#0B76A8
Active/pressed statesDark mode accentsSecondary text
800
0854
#085478
Text on light backgroundsHeadingsStrong borders
900
0536
#05364D
Primary textHigh emphasis contentDark headings
950
0322
#032230
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FAFE;
  --teal-100: #DDF3FD;
  --teal-200: #C1E9FB;
  --teal-300: #91D7F8;
  --teal-400: #57C3F4;
  --teal-500: #27B1F1;
  --teal-600: #0D94D3;
  --teal-700: #0B76A8;
  --teal-800: #085478;
  --teal-900: #05364D;
  --teal-950: #032230;
}
Generate More ShadesCreate PaletteConvert Color