Teal

#306C82

Blue

Color Codes

All color formats for development

HEX
#306C82
RGB
rgb(48, 108, 130)
HSL
hsl(196, 46%, 35%)
OKLCH
oklch(0.501 0.071 225)
CMYK
cmyk(63%, 17%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

5.84:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#CFE5
300
#A9D1
400
#7DB9
500
#57A5
600
#3D88
700
#306C
800
#224D
900
#1632
950
#0E1F

Shades

Darker variations

1#2B6275
2#275768
3#224C5B
4#1D414E
5#183641
6#132B34
7#0E2127
8#0A161A
9#050B0D

Tints

Lighter variations

1#39819B
2#4295B3
3#56A4C0
4#6EB1C9
5#86BED2
6#9ECBDB
7#B6D8E4
8#CFE5ED
9#E7F2F6

Tones

Muted variations

1#346A7E
2#38697A
3#3D6776
4#416572
5#45636E
6#49616A
7#4D5F66
8#515D61
9#555B5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F5
Light backgroundsTable row hoverSkeleton loading
200
CFE5
#CFE5ED
Secondary backgroundsInput backgroundsDividers
300
A9D1
#A9D1DF
BordersInactive statesPlaceholder text
400
7DB9
#7DB9CF
Disabled statesSecondary iconsMuted text
500
57A5
#57A5C1
Primary brand colorCTAsActive elementsLinks
600
3D88
#3D88A4
Hover statesFocus ringsPrimary buttons hover
700
306C
#306C82
Active/pressed statesDark mode accentsSecondary text
800
224D
#224D5D
Text on light backgroundsHeadingsStrong borders
900
1632
#16323C
Primary textHigh emphasis contentDark headings
950
0E1F
#0E1F25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F4F9FB;
  --teal-100: #E5F1F5;
  --teal-200: #CFE5ED;
  --teal-300: #A9D1DF;
  --teal-400: #7DB9CF;
  --teal-500: #57A5C1;
  --teal-600: #3D88A4;
  --teal-700: #306C82;
  --teal-800: #224D5D;
  --teal-900: #16323C;
  --teal-950: #0E1F25;
}
Generate More ShadesCreate PaletteConvert Color