Cobalt

#083BAA

Blue

Color Codes

All color formats for development

HEX
#083BAA
RGB
rgb(8, 59, 170)
HSL
hsl(221, 91%, 35%)
OKLCH
oklch(0.405 0.184 262.8)
CMYK
cmyk(95%, 65%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

9.47:1

AA AAA

On Black Background

2.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE7
200
#C0D3
300
#8FB1
400
#5588
500
#2466
600
#0A4B
700
#083B
800
#062A
900
#041B
950
#0211

Shades

Darker variations

1#073699
2#063088
3#062A77
4#052466
5#041E55
6#031844
7#021233
8#020C22
9#010611

Tints

Lighter variations

1#0A47CA
2#0B52EA
3#2164F5
4#417AF6
5#6190F8
6#80A7F9
7#A0BDFB
8#C0D3FC
9#DFE9FE

Tones

Muted variations

1#103EA2
2#18419A
3#204492
4#29478A
5#314A82
6#394D7A
7#415072
8#495369
9#515661

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C0D3
#C0D3FC
Secondary backgroundsInput backgroundsDividers
300
8FB1
#8FB1FA
BordersInactive statesPlaceholder text
400
5588
#5588F7
Disabled statesSecondary iconsMuted text
500
2466
#2466F5
Primary brand colorCTAsActive elementsLinks
600
0A4B
#0A4BD6
Hover statesFocus ringsPrimary buttons hover
700
083B
#083BAA
Active/pressed statesDark mode accentsSecondary text
800
062A
#062A7A
Text on light backgroundsHeadingsStrong borders
900
041B
#041B4E
Primary textHigh emphasis contentDark headings
950
0211
#021131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FE;
  --cobalt-100: #DDE7FD;
  --cobalt-200: #C0D3FC;
  --cobalt-300: #8FB1FA;
  --cobalt-400: #5588F7;
  --cobalt-500: #2466F5;
  --cobalt-600: #0A4BD6;
  --cobalt-700: #083BAA;
  --cobalt-800: #062A7A;
  --cobalt-900: #041B4E;
  --cobalt-950: #021131;
}
Generate More ShadesCreate PaletteConvert Color