Cobalt

#0720AB

Blue

Color Codes

All color formats for development

HEX
#0720AB
RGB
rgb(7, 32, 171)
HSL
hsl(231, 92%, 35%)
OKLCH
oklch(0.362 0.214 265)
CMYK
cmyk(96%, 81%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.64:1

AA AAA

On Black Background

1.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE2
200
#BFC9
300
#8E9F
400
#546C
500
#2342
600
#0928
700
#0720
800
#0517
900
#030F
950
#0209

Shades

Darker variations

1#061D9A
2#061989
3#051678
4#041367
5#041056
6#030D45
7#020A33
8#010622
9#010311

Tints

Lighter variations

1#0826CB
2#0A2CEB
3#2040F6
4#405CF7
5#6077F8
6#8092FA
7#A0ADFB
8#BFC9FC
9#DFE4FE

Tones

Muted variations

1#0F26A3
2#182B9B
3#203193
4#28378B
5#303D82
6#38427A
7#414872
8#494E6A
9#515461

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE2
#DDE2FE
Light backgroundsTable row hoverSkeleton loading
200
BFC9
#BFC9FC
Secondary backgroundsInput backgroundsDividers
300
8E9F
#8E9FFA
BordersInactive statesPlaceholder text
400
546C
#546CF8
Disabled statesSecondary iconsMuted text
500
2342
#2342F6
Primary brand colorCTAsActive elementsLinks
600
0928
#0928D7
Hover statesFocus ringsPrimary buttons hover
700
0720
#0720AB
Active/pressed statesDark mode accentsSecondary text
800
0517
#05177A
Text on light backgroundsHeadingsStrong borders
900
030F
#030F4E
Primary textHigh emphasis contentDark headings
950
0209
#020931
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F2FE;
  --cobalt-100: #DDE2FE;
  --cobalt-200: #BFC9FC;
  --cobalt-300: #8E9FFA;
  --cobalt-400: #546CF8;
  --cobalt-500: #2342F6;
  --cobalt-600: #0928D7;
  --cobalt-700: #0720AB;
  --cobalt-800: #05177A;
  --cobalt-900: #030F4E;
  --cobalt-950: #020931;
}
Generate More ShadesCreate PaletteConvert Color