Teal

#085C78

Blue

Color Codes

All color formats for development

HEX
#085C78
RGB
rgb(8, 92, 120)
HSL
hsl(195, 88%, 25%)
OKLCH
oklch(0.444 0.084 228.1)
CMYK
cmyk(93%, 23%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.47:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DDF5
200
#C1EC
300
#91DE
400
#57CD
500
#27BF
600
#0DA2
700
#0B81
800
#085C
900
#053B
950
#0325

Shades

Darker variations

1#07536C
2#064960
3#054054
4#053748
5#042E3C
6#032530
7#021C24
8#021218
9#01090C

Tints

Lighter variations

1#0A779C
2#0C93C0
3#0FAEE4
4#27BFF1
5#4BC9F4
6#6FD4F6
7#93DFF8
8#B7EAFA
9#DBF4FD

Tones

Muted variations

1#0D5972
2#13566D
3#185367
4#1E5161
5#244E5C
6#294B56
7#2F4851
8#35454B
9#3A4345

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF5
#DDF5FD
Light backgroundsTable row hoverSkeleton loading
200
C1EC
#C1ECFB
Secondary backgroundsInput backgroundsDividers
300
91DE
#91DEF8
BordersInactive statesPlaceholder text
400
57CD
#57CDF4
Disabled statesSecondary iconsMuted text
500
27BF
#27BFF1
Primary brand colorCTAsActive elementsLinks
600
0DA2
#0DA2D3
Hover statesFocus ringsPrimary buttons hover
700
0B81
#0B81A8
Active/pressed statesDark mode accentsSecondary text
800
085C
#085C78
Text on light backgroundsHeadingsStrong borders
900
053B
#053B4D
Primary textHigh emphasis contentDark headings
950
0325
#032530
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DDF5FD;
  --teal-200: #C1ECFB;
  --teal-300: #91DEF8;
  --teal-400: #57CDF4;
  --teal-500: #27BFF1;
  --teal-600: #0DA2D3;
  --teal-700: #0B81A8;
  --teal-800: #085C78;
  --teal-900: #053B4D;
  --teal-950: #032530;
}
Generate More ShadesCreate PaletteConvert Color