Teal

#1A6A99

Blue

Color Codes

All color formats for development

HEX
#1A6A99
RGB
rgb(26, 106, 153)
HSL
hsl(202, 71%, 35%)
OKLCH
oklch(0.501 0.105 240.4)
CMYK
cmyk(83%, 31%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

5.89:1

AA AAA

On Black Background

3.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E0F1
200
#C6E4
300
#9BCF
400
#66B7
500
#3BA2
600
#2185
700
#1A6A
800
#124C
900
#0C31
950
#071E

Shades

Darker variations

1#176089
2#15557A
3#124A6B
4#10405C
5#0D354C
6#0A2A3D
7#08202E
8#05151F
9#030B0F

Tints

Lighter variations

1#1F7EB5
2#2392D1
3#39A1DD
4#55AEE2
5#71BCE7
6#8EC9EC
7#AAD7F1
8#C6E4F5
9#E3F2FA

Tones

Muted variations

1#206892
2#27678C
3#2D6586
4#33637F
5#3A6279
6#406073
7#465E6C
8#4D5D66
9#535B60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E0F1
#E0F1FA
Light backgroundsTable row hoverSkeleton loading
200
C6E4
#C6E4F5
Secondary backgroundsInput backgroundsDividers
300
9BCF
#9BCFEE
BordersInactive statesPlaceholder text
400
66B7
#66B7E5
Disabled statesSecondary iconsMuted text
500
3BA2
#3BA2DE
Primary brand colorCTAsActive elementsLinks
600
2185
#2185C0
Hover statesFocus ringsPrimary buttons hover
700
1A6A
#1A6A99
Active/pressed statesDark mode accentsSecondary text
800
124C
#124C6D
Text on light backgroundsHeadingsStrong borders
900
0C31
#0C3146
Primary textHigh emphasis contentDark headings
950
071E
#071E2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2F9FD;
  --teal-100: #E0F1FA;
  --teal-200: #C6E4F5;
  --teal-300: #9BCFEE;
  --teal-400: #66B7E5;
  --teal-500: #3BA2DE;
  --teal-600: #2185C0;
  --teal-700: #1A6A99;
  --teal-800: #124C6D;
  --teal-900: #0C3146;
  --teal-950: #071E2C;
}
Generate More ShadesCreate PaletteConvert Color