Teal

#0D70A5

Blue

Color Codes

All color formats for development

HEX
#0D70A5
RGB
rgb(13, 112, 165)
HSL
hsl(201, 85%, 35%)
OKLCH
oklch(0.521 0.116 240.5)
CMYK
cmyk(92%, 32%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

5.42:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DEF2
200
#C2E6
300
#92D3
400
#5ABD
500
#2BAA
600
#118D
700
#0D70
800
#0A50
900
#0633
950
#0420

Shades

Darker variations

1#0C6595
2#0B5A84
3#094E74
4#084363
5#073853
6#052D42
7#042232
8#031621
9#010B11

Tints

Lighter variations

1#1085C4
2#129AE2
3#28A9EE
4#47B5F0
5#66C1F3
6#84CEF5
7#A3DAF8
8#C2E6FA
9#E0F3FD

Tones

Muted variations

1#156E9E
2#1D6B96
3#24698E
4#2C6787
5#33657F
6#3B6278
7#426070
8#4A5E68
9#525C61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DEF2
#DEF2FC
Light backgroundsTable row hoverSkeleton loading
200
C2E6
#C2E6FA
Secondary backgroundsInput backgroundsDividers
300
92D3
#92D3F6
BordersInactive statesPlaceholder text
400
5ABD
#5ABDF2
Disabled statesSecondary iconsMuted text
500
2BAA
#2BAAEE
Primary brand colorCTAsActive elementsLinks
600
118D
#118DD0
Hover statesFocus ringsPrimary buttons hover
700
0D70
#0D70A5
Active/pressed statesDark mode accentsSecondary text
800
0A50
#0A5076
Text on light backgroundsHeadingsStrong borders
900
0633
#06334B
Primary textHigh emphasis contentDark headings
950
0420
#04202F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1F9FE;
  --teal-100: #DEF2FC;
  --teal-200: #C2E6FA;
  --teal-300: #92D3F6;
  --teal-400: #5ABDF2;
  --teal-500: #2BAAEE;
  --teal-600: #118DD0;
  --teal-700: #0D70A5;
  --teal-800: #0A5076;
  --teal-900: #06334B;
  --teal-950: #04202F;
}
Generate More ShadesCreate PaletteConvert Color