Cobalt

#083A78

Blue

Color Codes

All color formats for development

HEX
#083A78
RGB
rgb(8, 58, 120)
HSL
hsl(213, 88%, 25%)
OKLCH
oklch(0.357 0.117 257)
CMYK
cmyk(93%, 52%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

11.13:1

AA AAA

On Black Background

1.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DDEC
200
#C1DB
300
#91BF
400
#579E
500
#2782
600
#0D66
700
#0B51
800
#083A
900
#0525
950
#0317

Shades

Darker variations

1#07346C
2#062F60
3#052954
4#052348
5#041D3C
6#031730
7#021124
8#020C18
9#01060C

Tints

Lighter variations

1#0A4C9C
2#0C5DC0
3#0F6EE4
4#2782F1
5#4B97F4
6#6FACF6
7#93C1F8
8#B7D5FA
9#DBEAFD

Tones

Muted variations

1#0D3B72
2#133B6D
3#183C67
4#1E3C61
5#243D5C
6#293E56
7#2F3E51
8#353F4B
9#3A3F45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEC
#DDECFD
Light backgroundsTable row hoverSkeleton loading
200
C1DB
#C1DBFB
Secondary backgroundsInput backgroundsDividers
300
91BF
#91BFF8
BordersInactive statesPlaceholder text
400
579E
#579EF4
Disabled statesSecondary iconsMuted text
500
2782
#2782F1
Primary brand colorCTAsActive elementsLinks
600
0D66
#0D66D3
Hover statesFocus ringsPrimary buttons hover
700
0B51
#0B51A8
Active/pressed statesDark mode accentsSecondary text
800
083A
#083A78
Text on light backgroundsHeadingsStrong borders
900
0525
#05254D
Primary textHigh emphasis contentDark headings
950
0317
#031730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F7FE;
  --cobalt-100: #DDECFD;
  --cobalt-200: #C1DBFB;
  --cobalt-300: #91BFF8;
  --cobalt-400: #579EF4;
  --cobalt-500: #2782F1;
  --cobalt-600: #0D66D3;
  --cobalt-700: #0B51A8;
  --cobalt-800: #083A78;
  --cobalt-900: #05254D;
  --cobalt-950: #031730;
}
Generate More ShadesCreate PaletteConvert Color