Cobalt

#095CAA

Blue

Color Codes

All color formats for development

HEX
#095CAA
RGB
rgb(9, 92, 170)
HSL
hsl(209, 90%, 35%)
OKLCH
oklch(0.475 0.144 253.4)
CMYK
cmyk(95%, 46%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

6.72:1

AA AAA

On Black Background

3.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEE
200
#C0DF
300
#90C6
400
#55A8
500
#2590
600
#0B74
700
#095C
800
#0642
900
#042A
950
#031A

Shades

Darker variations

1#085399
2#074A88
3#064077
4#053766
5#042E55
6#042544
7#031C33
8#021222
9#010911

Tints

Lighter variations

1#0B6DC9
2#0C7EE9
3#238EF3
4#429FF5
5#62AFF7
6#81BFF8
7#A1CFFA
8#C0DFFC
9#E0EFFD

Tones

Muted variations

1#115CA2
2#195B9A
3#215B91
4#295B89
5#315B81
6#395A79
7#415A71
8#495A69
9#515A61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEE
#DDEEFD
Light backgroundsTable row hoverSkeleton loading
200
C0DF
#C0DFFC
Secondary backgroundsInput backgroundsDividers
300
90C6
#90C6F9
BordersInactive statesPlaceholder text
400
55A8
#55A8F6
Disabled statesSecondary iconsMuted text
500
2590
#2590F4
Primary brand colorCTAsActive elementsLinks
600
0B74
#0B74D5
Hover statesFocus ringsPrimary buttons hover
700
095C
#095CAA
Active/pressed statesDark mode accentsSecondary text
800
0642
#064279
Text on light backgroundsHeadingsStrong borders
900
042A
#042A4E
Primary textHigh emphasis contentDark headings
950
031A
#031A30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F8FE;
  --cobalt-100: #DDEEFD;
  --cobalt-200: #C0DFFC;
  --cobalt-300: #90C6F9;
  --cobalt-400: #55A8F6;
  --cobalt-500: #2590F4;
  --cobalt-600: #0B74D5;
  --cobalt-700: #095CAA;
  --cobalt-800: #064279;
  --cobalt-900: #042A4E;
  --cobalt-950: #031A30;
}
Generate More ShadesCreate PaletteConvert Color