Cobalt

#0746AB

Blue

Color Codes

All color formats for development

HEX
#0746AB
RGB
rgb(7, 70, 171)
HSL
hsl(217, 92%, 35%)
OKLCH
oklch(0.427 0.172 260.6)
CMYK
cmyk(96%, 59%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

8.49:1

AA AAA

On Black Background

2.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#BFD7
300
#8EB8
400
#5493
500
#2374
600
#0958
700
#0746
800
#0532
900
#0320
950
#0214

Shades

Darker variations

1#063F9A
2#063889
3#053178
4#042A67
5#042356
6#031C45
7#021533
8#010E22
9#010711

Tints

Lighter variations

1#0853CB
2#0A60EB
3#2072F6
4#4086F7
5#609AF8
6#80AEFA
7#A0C3FB
8#BFD7FC
9#DFEBFE

Tones

Muted variations

1#0F48A3
2#184A9B
3#204C93
4#284E8B
5#305082
6#38527A
7#415472
8#49556A
9#515761

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD7
#BFD7FC
Secondary backgroundsInput backgroundsDividers
300
8EB8
#8EB8FA
BordersInactive statesPlaceholder text
400
5493
#5493F8
Disabled statesSecondary iconsMuted text
500
2374
#2374F6
Primary brand colorCTAsActive elementsLinks
600
0958
#0958D7
Hover statesFocus ringsPrimary buttons hover
700
0746
#0746AB
Active/pressed statesDark mode accentsSecondary text
800
0532
#05327A
Text on light backgroundsHeadingsStrong borders
900
0320
#03204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FE;
  --cobalt-100: #DDE9FE;
  --cobalt-200: #BFD7FC;
  --cobalt-300: #8EB8FA;
  --cobalt-400: #5493F8;
  --cobalt-500: #2374F6;
  --cobalt-600: #0958D7;
  --cobalt-700: #0746AB;
  --cobalt-800: #05327A;
  --cobalt-900: #03204E;
  --cobalt-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color