Teal

#087CAA

Blue

Color Codes

All color formats for development

HEX
#087CAA
RGB
rgb(8, 124, 170)
HSL
hsl(197, 91%, 35%)
OKLCH
oklch(0.553 0.114 233.8)
CMYK
cmyk(95%, 27%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

4.69:1

AA AAA

On Black Background

4.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EB
300
#8FDB
400
#55C9
500
#24B9
600
#0A9C
700
#087C
800
#0659
900
#0439
950
#0224

Shades

Darker variations

1#077099
2#066488
3#065777
4#054B66
5#043E55
6#033244
7#022533
8#021922
9#010C11

Tints

Lighter variations

1#0A94CA
2#0BABEA
3#21B9F5
4#41C3F6
5#61CDF8
6#80D7F9
7#A0E1FB
8#C0EBFC
9#DFF5FE

Tones

Muted variations

1#1079A2
2#18759A
3#207292
4#296E8A
5#316B82
6#39677A
7#416472
8#496069
9#515D61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EB
#C0EBFC
Secondary backgroundsInput backgroundsDividers
300
8FDB
#8FDBFA
BordersInactive statesPlaceholder text
400
55C9
#55C9F7
Disabled statesSecondary iconsMuted text
500
24B9
#24B9F5
Primary brand colorCTAsActive elementsLinks
600
0A9C
#0A9CD6
Hover statesFocus ringsPrimary buttons hover
700
087C
#087CAA
Active/pressed statesDark mode accentsSecondary text
800
0659
#06597A
Text on light backgroundsHeadingsStrong borders
900
0439
#04394E
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: #F0FAFE;
  --teal-100: #DDF4FD;
  --teal-200: #C0EBFC;
  --teal-300: #8FDBFA;
  --teal-400: #55C9F7;
  --teal-500: #24B9F5;
  --teal-600: #0A9CD6;
  --teal-700: #087CAA;
  --teal-800: #06597A;
  --teal-900: #04394E;
  --teal-950: #022431;
}
Generate More ShadesCreate PaletteConvert Color