Teal

#276A8B

Blue

Color Codes

All color formats for development

HEX
#276A8B
RGB
rgb(39, 106, 139)
HSL
hsl(200, 56%, 35%)
OKLCH
oklch(0.497 0.085 233.7)
CMYK
cmyk(72%, 24%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

5.96:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F0
200
#CBE4
300
#A4CF
400
#74B6
500
#4CA2
600
#3185
700
#276A
800
#1C4C
900
#1230
950
#0B1E

Shades

Darker variations

1#235F7D
2#1F556F
3#1B4A61
4#184054
5#143546
6#102A38
7#0C202A
8#08151C
9#040B0E

Tints

Lighter variations

1#2F7EA5
2#3691BF
3#4AA1CC
4#64AED3
5#7EBCDB
6#98C9E2
7#B1D7E9
8#CBE4F0
9#E5F2F8

Tones

Muted variations

1#2C6886
2#316781
3#36657C
4#3B6377
5#406272
6#45606D
7#4A5E68
8#4F5D63
9#545B5E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F0
#E3F0F7
Light backgroundsTable row hoverSkeleton loading
200
CBE4
#CBE4F0
Secondary backgroundsInput backgroundsDividers
300
A4CF
#A4CFE5
BordersInactive statesPlaceholder text
400
74B6
#74B6D8
Disabled statesSecondary iconsMuted text
500
4CA2
#4CA2CD
Primary brand colorCTAsActive elementsLinks
600
3185
#3185AF
Hover statesFocus ringsPrimary buttons hover
700
276A
#276A8B
Active/pressed statesDark mode accentsSecondary text
800
1C4C
#1C4C63
Text on light backgroundsHeadingsStrong borders
900
1230
#123040
Primary textHigh emphasis contentDark headings
950
0B1E
#0B1E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F3F9FC;
  --teal-100: #E3F0F7;
  --teal-200: #CBE4F0;
  --teal-300: #A4CFE5;
  --teal-400: #74B6D8;
  --teal-500: #4CA2CD;
  --teal-600: #3185AF;
  --teal-700: #276A8B;
  --teal-800: #1C4C63;
  --teal-900: #123040;
  --teal-950: #0B1E28;
}
Generate More ShadesCreate PaletteConvert Color