Cobalt

#0958D7

Blue

Color Codes

All color formats for development

HEX
#0958D7
RGB
rgb(9, 88, 215)
HSL
hsl(217, 92%, 44%)
OKLCH
oklch(0.503 0.207 260.8)
CMYK
cmyk(96%, 59%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

6.20:1

AA AAA

On Black Background

3.39: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#084FC2
2#0746AC
3#063E97
4#053581
5#042C6C
6#042356
7#031A41
8#02122B
9#010916

Tints

Lighter variations

1#0A63F3
2#2474F6
3#3F86F7
4#5A97F8
5#76A8F9
6#91BAFA
7#ADCBFC
8#C8DCFD
9#E4EEFE

Tones

Muted variations

1#135BCD
2#1E5DC3
3#285FB8
4#3262AE
5#3D64A4
6#476799
7#51698F
8#5C6B85
9#666E7B

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