Teal

#0B5875

Blue

Color Codes

All color formats for development

HEX
#0B5875
RGB
rgb(11, 88, 117)
HSL
hsl(196, 83%, 25%)
OKLCH
oklch(0.432 0.083 230.4)
CMYK
cmyk(91%, 25%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

7.87:1

AA AAA

On Black Background

2.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DEF4
200
#C2EB
300
#94DB
400
#5CC8
500
#2DB9
600
#139C
700
#0F7C
800
#0B58
900
#0739
950
#0423

Shades

Darker variations

1#0A5069
2#09475D
3#083E52
4#073546
5#052C3A
6#04232F
7#031B23
8#021217
9#01090C

Tints

Lighter variations

1#0E7398
2#118EBB
3#15A8DE
4#2DB9EB
5#50C4EF
6#73D0F2
7#96DCF5
8#B9E8F8
9#DCF3FC

Tones

Muted variations

1#10566F
2#15546A
3#1B5165
4#204F5F
5#254C5A
6#2B4A55
7#304750
8#35454A
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
C2EB
#C2EBF9
Secondary backgroundsInput backgroundsDividers
300
94DB
#94DBF5
BordersInactive statesPlaceholder text
400
5CC8
#5CC8F0
Disabled statesSecondary iconsMuted text
500
2DB9
#2DB9EB
Primary brand colorCTAsActive elementsLinks
600
139C
#139CCD
Hover statesFocus ringsPrimary buttons hover
700
0F7C
#0F7CA3
Active/pressed statesDark mode accentsSecondary text
800
0B58
#0B5875
Text on light backgroundsHeadingsStrong borders
900
0739
#07394B
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: #C2EBF9;
  --teal-300: #94DBF5;
  --teal-400: #5CC8F0;
  --teal-500: #2DB9EB;
  --teal-600: #139CCD;
  --teal-700: #0F7CA3;
  --teal-800: #0B5875;
  --teal-900: #07394B;
  --teal-950: #04232F;
}
Generate More ShadesCreate PaletteConvert Color