Cobalt

#0725AB

Blue

Color Codes

All color formats for development

HEX
#0725AB
RGB
rgb(7, 37, 171)
HSL
hsl(229, 92%, 35%)
OKLCH
oklch(0.369 0.209 264.8)
CMYK
cmyk(96%, 78%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.28:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE3
200
#BFCB
300
#8EA2
400
#5472
500
#2349
600
#092F
700
#0725
800
#051B
900
#0311
950
#020B

Shades

Darker variations

1#06229A
2#061E89
3#051A78
4#041667
5#041356
6#030F45
7#020B33
8#010722
9#010411

Tints

Lighter variations

1#082CCB
2#0A33EB
3#2047F6
4#4062F7
5#607CF8
6#8096FA
7#A0B0FB
8#BFCBFC
9#DFE5FE

Tones

Muted variations

1#0F2AA3
2#18309B
3#203593
4#283A8B
5#303F82
6#38447A
7#414A72
8#494F6A
9#515461

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE3
#DDE3FE
Light backgroundsTable row hoverSkeleton loading
200
BFCB
#BFCBFC
Secondary backgroundsInput backgroundsDividers
300
8EA2
#8EA2FA
BordersInactive statesPlaceholder text
400
5472
#5472F8
Disabled statesSecondary iconsMuted text
500
2349
#2349F6
Primary brand colorCTAsActive elementsLinks
600
092F
#092FD7
Hover statesFocus ringsPrimary buttons hover
700
0725
#0725AB
Active/pressed statesDark mode accentsSecondary text
800
051B
#051B7A
Text on light backgroundsHeadingsStrong borders
900
0311
#03114E
Primary textHigh emphasis contentDark headings
950
020B
#020B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F3FE;
  --cobalt-100: #DDE3FE;
  --cobalt-200: #BFCBFC;
  --cobalt-300: #8EA2FA;
  --cobalt-400: #5472F8;
  --cobalt-500: #2349F6;
  --cobalt-600: #092FD7;
  --cobalt-700: #0725AB;
  --cobalt-800: #051B7A;
  --cobalt-900: #03114E;
  --cobalt-950: #020B31;
}
Generate More ShadesCreate PaletteConvert Color