Cobalt

#0862D9

Blue

Color Codes

All color formats for development

HEX
#0862D9
RGB
rgb(8, 98, 217)
HSL
hsl(214, 93%, 44%)
OKLCH
oklch(0.524 0.198 259)
CMYK
cmyk(96%, 55%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.59:1

AA AAA

On Black Background

3.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEB
200
#BFDA
300
#8EBD
400
#539B
500
#227E
600
#0862
700
#064E
800
#0438
900
#0324
950
#0216

Shades

Darker variations

1#0758C3
2#064FAD
3#054598
4#053B82
5#04316C
6#032757
7#021D41
8#02142B
9#010A16

Tints

Lighter variations

1#096FF4
2#237FF7
3#3E8FF8
4#5A9FF9
5#75AFFA
6#91BFFB
7#ACCFFC
8#C8DFFD
9#E3EFFE

Tones

Muted variations

1#1264CE
2#1D65C4
3#2766B9
4#3268AF
5#3C69A4
6#466B9A
7#516C90
8#5B6D85
9#666F7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFE
Light backgroundsTable row hoverSkeleton loading
200
BFDA
#BFDAFD
Secondary backgroundsInput backgroundsDividers
300
8EBD
#8EBDFB
BordersInactive statesPlaceholder text
400
539B
#539BF9
Disabled statesSecondary iconsMuted text
500
227E
#227EF7
Primary brand colorCTAsActive elementsLinks
600
0862
#0862D9
Hover statesFocus ringsPrimary buttons hover
700
064E
#064EAC
Active/pressed statesDark mode accentsSecondary text
800
0438
#04387B
Text on light backgroundsHeadingsStrong borders
900
0324
#03244F
Primary textHigh emphasis contentDark headings
950
0216
#021631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FE;
  --cobalt-100: #DDEBFE;
  --cobalt-200: #BFDAFD;
  --cobalt-300: #8EBDFB;
  --cobalt-400: #539BF9;
  --cobalt-500: #227EF7;
  --cobalt-600: #0862D9;
  --cobalt-700: #064EAC;
  --cobalt-800: #04387B;
  --cobalt-900: #03244F;
  --cobalt-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color