Cobalt

#0649AC

Blue

Color Codes

All color formats for development

HEX
#0649AC
RGB
rgb(6, 73, 172)
HSL
hsl(216, 93%, 35%)
OKLCH
oklch(0.434 0.17 259.9)
CMYK
cmyk(97%, 58%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

8.21:1

AA AAA

On Black Background

2.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EB9
400
#5395
500
#2277
600
#085B
700
#0649
800
#0434
900
#0321
950
#0215

Shades

Darker variations

1#06419B
2#053A8A
3#043379
4#042C67
5#032456
6#021D45
7#021634
8#010F22
9#010711

Tints

Lighter variations

1#0756CC
2#0964EC
3#1F75F7
4#3F89F8
5#5F9DF9
6#7FB0FA
7#9FC4FC
8#BFD8FD
9#DFEBFE

Tones

Muted variations

1#0F4AA4
2#174C9C
3#1F4E93
4#274F8B
5#305183
6#38537A
7#405472
8#49566A
9#515862

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
#BFD8FD
Secondary backgroundsInput backgroundsDividers
300
8EB9
#8EB9FB
BordersInactive statesPlaceholder text
400
5395
#5395F9
Disabled statesSecondary iconsMuted text
500
2277
#2277F7
Primary brand colorCTAsActive elementsLinks
600
085B
#085BD9
Hover statesFocus ringsPrimary buttons hover
700
0649
#0649AC
Active/pressed statesDark mode accentsSecondary text
800
0434
#04347B
Text on light backgroundsHeadingsStrong borders
900
0321
#03214F
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: #BFD8FD;
  --cobalt-300: #8EB9FB;
  --cobalt-400: #5395F9;
  --cobalt-500: #2277F7;
  --cobalt-600: #085BD9;
  --cobalt-700: #0649AC;
  --cobalt-800: #04347B;
  --cobalt-900: #03214F;
  --cobalt-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color