Teal

#2C6B87

Blue

Color Codes

All color formats for development

HEX
#2C6B87
RGB
rgb(44, 107, 135)
HSL
hsl(198, 51%, 35%)
OKLCH
oklch(0.499 0.078 230.3)
CMYK
cmyk(67%, 21%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.90:1

AA AAA

On Black Background

3.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F1
200
#CDE5
300
#A6D0
400
#78B8
500
#52A4
600
#3787
700
#2C6B
800
#1F4D
900
#1431
950
#0C1F

Shades

Darker variations

1#276179
2#23566C
3#1F4B5E
4#1A4051
5#163643
6#112B36
7#0D2028
8#09151B
9#040B0D

Tints

Lighter variations

1#347FA0
2#3C93B9
3#50A3C6
4#69B0CE
5#82BDD6
6#9BCADF
7#B4D7E7
8#CDE5EF
9#E6F2F7

Tones

Muted variations

1#306A82
2#35687E
3#396679
4#3E6475
5#426270
6#47616B
7#4C5F67
8#505D62
9#555B5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F1
#E4F1F6
Light backgroundsTable row hoverSkeleton loading
200
CDE5
#CDE5EF
Secondary backgroundsInput backgroundsDividers
300
A6D0
#A6D0E2
BordersInactive statesPlaceholder text
400
78B8
#78B8D3
Disabled statesSecondary iconsMuted text
500
52A4
#52A4C7
Primary brand colorCTAsActive elementsLinks
600
3787
#3787A9
Hover statesFocus ringsPrimary buttons hover
700
2C6B
#2C6B87
Active/pressed statesDark mode accentsSecondary text
800
1F4D
#1F4D60
Text on light backgroundsHeadingsStrong borders
900
1431
#14313E
Primary textHigh emphasis contentDark headings
950
0C1F
#0C1F27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F9FB;
  --teal-100: #E4F1F6;
  --teal-200: #CDE5EF;
  --teal-300: #A6D0E2;
  --teal-400: #78B8D3;
  --teal-500: #52A4C7;
  --teal-600: #3787A9;
  --teal-700: #2C6B87;
  --teal-800: #1F4D60;
  --teal-900: #14313E;
  --teal-950: #0C1F27;
}
Generate More ShadesCreate PaletteConvert Color