Cobalt

#0749AB

Blue

Color Codes

All color formats for development

HEX
#0749AB
RGB
rgb(7, 73, 171)
HSL
hsl(216, 92%, 35%)
OKLCH
oklch(0.434 0.169 259.9)
CMYK
cmyk(96%, 57%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

8.23:1

AA AAA

On Black Background

2.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EBA
400
#5495
500
#2377
600
#095C
700
#0749
800
#0534
900
#0321
950
#0215

Shades

Darker variations

1#06429A
2#063A89
3#053378
4#042C67
5#042456
6#031D45
7#021633
8#010F22
9#010711

Tints

Lighter variations

1#0856CB
2#0A64EB
3#2076F6
4#4089F7
5#609DF8
6#80B1FA
7#A0C4FB
8#BFD8FC
9#DFEBFE

Tones

Muted variations

1#0F4AA3
2#184C9B
3#204E93
4#284F8B
5#305182
6#38537A
7#415472
8#49566A
9#515861

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FC
Secondary backgroundsInput backgroundsDividers
300
8EBA
#8EBAFA
BordersInactive statesPlaceholder text
400
5495
#5495F8
Disabled statesSecondary iconsMuted text
500
2377
#2377F6
Primary brand colorCTAsActive elementsLinks
600
095C
#095CD7
Hover statesFocus ringsPrimary buttons hover
700
0749
#0749AB
Active/pressed statesDark mode accentsSecondary text
800
0534
#05347A
Text on light backgroundsHeadingsStrong borders
900
0321
#03214E
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FE;
  --cobalt-100: #DDEAFE;
  --cobalt-200: #BFD8FC;
  --cobalt-300: #8EBAFA;
  --cobalt-400: #5495F8;
  --cobalt-500: #2377F6;
  --cobalt-600: #095CD7;
  --cobalt-700: #0749AB;
  --cobalt-800: #05347A;
  --cobalt-900: #03214E;
  --cobalt-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color