Cobalt

#0936D7

Blue

Color Codes

All color formats for development

HEX
#0936D7
RGB
rgb(9, 54, 215)
HSL
hsl(227, 92%, 44%)
OKLCH
oklch(0.444 0.244 264.4)
CMYK
cmyk(96%, 75%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

8.33:1

AA AAA

On Black Background

2.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DDE4
200
#BFCD
300
#8EA6
400
#5477
500
#2350
600
#0936
700
#072B
800
#051F
900
#0314
950
#020C

Shades

Darker variations

1#0830C2
2#072BAC
3#062697
4#052081
5#041B6C
6#041556
7#031041
8#020B2B
9#010516

Tints

Lighter variations

1#0A3DF3
2#2451F6
3#3F67F7
4#5A7DF8
5#7692F9
6#91A8FA
7#ADBEFC
8#C8D4FD
9#E4E9FE

Tones

Muted variations

1#133CCD
2#1E41C3
3#2847B8
4#324DAE
5#3D53A4
6#475999
7#515F8F
8#5C6585
9#666A7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FE
Light backgroundsTable row hoverSkeleton loading
200
BFCD
#BFCDFC
Secondary backgroundsInput backgroundsDividers
300
8EA6
#8EA6FA
BordersInactive statesPlaceholder text
400
5477
#5477F8
Disabled statesSecondary iconsMuted text
500
2350
#2350F6
Primary brand colorCTAsActive elementsLinks
600
0936
#0936D7
Hover statesFocus ringsPrimary buttons hover
700
072B
#072BAB
Active/pressed statesDark mode accentsSecondary text
800
051F
#051F7A
Text on light backgroundsHeadingsStrong borders
900
0314
#03144E
Primary textHigh emphasis contentDark headings
950
020C
#020C31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F3FE;
  --cobalt-100: #DDE4FE;
  --cobalt-200: #BFCDFC;
  --cobalt-300: #8EA6FA;
  --cobalt-400: #5477F8;
  --cobalt-500: #2350F6;
  --cobalt-600: #0936D7;
  --cobalt-700: #072BAB;
  --cobalt-800: #051F7A;
  --cobalt-900: #03144E;
  --cobalt-950: #020C31;
}
Generate More ShadesCreate PaletteConvert Color