Teal

#085878

Blue

Color Codes

All color formats for development

HEX
#085878
RGB
rgb(8, 88, 120)
HSL
hsl(197, 88%, 25%)
OKLCH
oklch(0.433 0.086 232.7)
CMYK
cmyk(93%, 27%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.84:1

AA AAA

On Black Background

2.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF4
200
#C1EA
300
#91DB
400
#57C8
500
#27B8
600
#0D9B
700
#0B7B
800
#0858
900
#0538
950
#0323

Shades

Darker variations

1#074F6C
2#064660
3#053E54
4#053548
5#042C3C
6#032330
7#021A24
8#021218
9#01090C

Tints

Lighter variations

1#0A729C
2#0C8DC0
3#0FA7E4
4#27B8F1
5#4BC4F4
6#6FD0F6
7#93DCF8
8#B7E7FA
9#DBF3FD

Tones

Muted variations

1#0D5672
2#13536D
3#185167
4#1E4E61
5#244C5C
6#294956
7#2F4751
8#35454B
9#3A4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C1EA
#C1EAFB
Secondary backgroundsInput backgroundsDividers
300
91DB
#91DBF8
BordersInactive statesPlaceholder text
400
57C8
#57C8F4
Disabled statesSecondary iconsMuted text
500
27B8
#27B8F1
Primary brand colorCTAsActive elementsLinks
600
0D9B
#0D9BD3
Hover statesFocus ringsPrimary buttons hover
700
0B7B
#0B7BA8
Active/pressed statesDark mode accentsSecondary text
800
0858
#085878
Text on light backgroundsHeadingsStrong borders
900
0538
#05384D
Primary textHigh emphasis contentDark headings
950
0323
#032330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FAFE;
  --teal-100: #DDF4FD;
  --teal-200: #C1EAFB;
  --teal-300: #91DBF8;
  --teal-400: #57C8F4;
  --teal-500: #27B8F1;
  --teal-600: #0D9BD3;
  --teal-700: #0B7BA8;
  --teal-800: #085878;
  --teal-900: #05384D;
  --teal-950: #032330;
}
Generate More ShadesCreate PaletteConvert Color