Cobalt

#0854D9

Blue

Color Codes

All color formats for development

HEX
#0854D9
RGB
rgb(8, 84, 217)
HSL
hsl(218, 93%, 44%)
OKLCH
oklch(0.497 0.214 261.6)
CMYK
cmyk(96%, 61%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.40:1

AA AAA

On Black Background

3.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE9
200
#BFD6
300
#8EB6
400
#5390
500
#2270
600
#0854
700
#0643
800
#0430
900
#031F
950
#0213

Shades

Darker variations

1#074CC3
2#0643AD
3#053B98
4#053382
5#042A6C
6#032257
7#021941
8#02112B
9#010816

Tints

Lighter variations

1#095FF4
2#2370F7
3#3E82F8
4#5A94F9
5#75A6FA
6#91B8FB
7#ACCAFC
8#C8DBFD
9#E3EDFE

Tones

Muted variations

1#1257CE
2#1D5AC4
3#275DB9
4#3260AF
5#3C62A4
6#46659A
7#516890
8#5B6B85
9#666D7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8EB6
#8EB6FB
BordersInactive statesPlaceholder text
400
5390
#5390F9
Disabled statesSecondary iconsMuted text
500
2270
#2270F7
Primary brand colorCTAsActive elementsLinks
600
0854
#0854D9
Hover statesFocus ringsPrimary buttons hover
700
0643
#0643AC
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307B
Text on light backgroundsHeadingsStrong borders
900
031F
#031F4F
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FE;
  --cobalt-100: #DDE9FE;
  --cobalt-200: #BFD6FD;
  --cobalt-300: #8EB6FB;
  --cobalt-400: #5390F9;
  --cobalt-500: #2270F7;
  --cobalt-600: #0854D9;
  --cobalt-700: #0643AC;
  --cobalt-800: #04307B;
  --cobalt-900: #031F4F;
  --cobalt-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color