Teal

#1B7098

Blue

Color Codes

All color formats for development

HEX
#1B7098
RGB
rgb(27, 112, 152)
HSL
hsl(199, 70%, 35%)
OKLCH
oklch(0.516 0.099 234.6)
CMYK
cmyk(82%, 26%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

5.50:1

AA AAA

On Black Background

3.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F2
200
#C7E6
300
#9BD3
400
#67BD
500
#3CAA
600
#228D
700
#1B70
800
#1350
900
#0C33
950
#0820

Shades

Darker variations

1#186589
2#155A79
3#134F6A
4#10435B
5#0D384C
6#0B2D3D
7#08222E
8#05161E
9#030B0F

Tints

Lighter variations

1#2085B4
2#259AD0
3#3AA9DC
4#56B5E1
5#72C1E6
6#8ECEEB
7#AADAF0
8#C7E6F5
9#E3F3FA

Tones

Muted variations

1#216E91
2#276C8B
3#2E6985
4#34677F
5#3A6578
6#406272
7#47606C
8#4D5E66
9#535C5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F2
#E1F2FA
Light backgroundsTable row hoverSkeleton loading
200
C7E6
#C7E6F5
Secondary backgroundsInput backgroundsDividers
300
9BD3
#9BD3ED
BordersInactive statesPlaceholder text
400
67BD
#67BDE4
Disabled statesSecondary iconsMuted text
500
3CAA
#3CAADD
Primary brand colorCTAsActive elementsLinks
600
228D
#228DBF
Hover statesFocus ringsPrimary buttons hover
700
1B70
#1B7098
Active/pressed statesDark mode accentsSecondary text
800
1350
#13506C
Text on light backgroundsHeadingsStrong borders
900
0C33
#0C3345
Primary textHigh emphasis contentDark headings
950
0820
#08202B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2F9FD;
  --teal-100: #E1F2FA;
  --teal-200: #C7E6F5;
  --teal-300: #9BD3ED;
  --teal-400: #67BDE4;
  --teal-500: #3CAADD;
  --teal-600: #228DBF;
  --teal-700: #1B7098;
  --teal-800: #13506C;
  --teal-900: #0C3345;
  --teal-950: #08202B;
}
Generate More ShadesCreate PaletteConvert Color