Teal

#2B6D88

Blue

Color Codes

All color formats for development

HEX
#2B6D88
RGB
rgb(43, 109, 136)
HSL
hsl(197, 52%, 35%)
OKLCH
oklch(0.505 0.079 228.4)
CMYK
cmyk(68%, 20%, 0%, 47%)

Accessibility

WCAG contrast compliance

On White Background

5.76:1

AA AAA

On Black Background

3.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F1
200
#CDE5
300
#A6D2
400
#77BA
500
#51A6
600
#3689
700
#2B6D
800
#1F4E
900
#1432
950
#0C1F

Shades

Darker variations

1#27627A
2#22576D
3#1E4D5F
4#1A4251
5#153744
6#112C36
7#0D2129
8#09161B
9#040B0E

Tints

Lighter variations

1#3382A1
2#3B96BA
3#4FA5C7
4#68B2CF
5#81BFD7
6#9ACCDF
7#B3D8E7
8#CDE5EF
9#E6F2F7

Tones

Muted variations

1#2F6B83
2#34697E
3#39677A
4#3D6575
5#426370
6#47616C
7#4B5F67
8#505D63
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
A6D2
#A6D2E3
BordersInactive statesPlaceholder text
400
77BA
#77BAD4
Disabled statesSecondary iconsMuted text
500
51A6
#51A6C8
Primary brand colorCTAsActive elementsLinks
600
3689
#3689AB
Hover statesFocus ringsPrimary buttons hover
700
2B6D
#2B6D88
Active/pressed statesDark mode accentsSecondary text
800
1F4E
#1F4E61
Text on light backgroundsHeadingsStrong borders
900
1432
#14323E
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: #A6D2E3;
  --teal-400: #77BAD4;
  --teal-500: #51A6C8;
  --teal-600: #3689AB;
  --teal-700: #2B6D88;
  --teal-800: #1F4E61;
  --teal-900: #14323E;
  --teal-950: #0C1F27;
}
Generate More ShadesCreate PaletteConvert Color