Teal

#0B5775

Blue

Color Codes

All color formats for development

HEX
#0B5775
RGB
rgb(11, 87, 117)
HSL
hsl(197, 83%, 25%)
OKLCH
oklch(0.43 0.083 231.6)
CMYK
cmyk(91%, 26%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

7.97:1

AA AAA

On Black Background

2.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF4
200
#C2EA
300
#94D9
400
#5CC6
500
#2DB6
600
#1399
700
#0F79
800
#0B57
900
#0737
950
#0423

Shades

Darker variations

1#0A4E69
2#09455D
3#083D52
4#073446
5#052B3A
6#04232F
7#031A23
8#021117
9#01090C

Tints

Lighter variations

1#0E7198
2#118BBB
3#15A5DE
4#2DB6EB
5#50C2EF
6#73CEF2
7#96DAF5
8#B9E7F8
9#DCF3FC

Tones

Muted variations

1#10546F
2#15526A
3#1B5065
4#204E5F
5#254B5A
6#2B4955
7#304750
8#35444A
9#3A4245

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF4
#DEF4FC
Light backgroundsTable row hoverSkeleton loading
200
C2EA
#C2EAF9
Secondary backgroundsInput backgroundsDividers
300
94D9
#94D9F5
BordersInactive statesPlaceholder text
400
5CC6
#5CC6F0
Disabled statesSecondary iconsMuted text
500
2DB6
#2DB6EB
Primary brand colorCTAsActive elementsLinks
600
1399
#1399CD
Hover statesFocus ringsPrimary buttons hover
700
0F79
#0F79A3
Active/pressed statesDark mode accentsSecondary text
800
0B57
#0B5775
Text on light backgroundsHeadingsStrong borders
900
0737
#07374B
Primary textHigh emphasis contentDark headings
950
0423
#04232F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FAFE;
  --teal-100: #DEF4FC;
  --teal-200: #C2EAF9;
  --teal-300: #94D9F5;
  --teal-400: #5CC6F0;
  --teal-500: #2DB6EB;
  --teal-600: #1399CD;
  --teal-700: #0F79A3;
  --teal-800: #0B5775;
  --teal-900: #07374B;
  --teal-950: #04232F;
}
Generate More ShadesCreate PaletteConvert Color