Cobalt

#095CD7

Blue

Color Codes

All color formats for development

HEX
#095CD7
RGB
rgb(9, 92, 215)
HSL
hsl(216, 92%, 44%)
OKLCH
oklch(0.511 0.202 260.1)
CMYK
cmyk(96%, 57%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.96:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EBA
400
#5495
500
#2377
600
#095C
700
#0749
800
#0534
900
#0321
950
#0215

Shades

Darker variations

1#0852C2
2#0749AC
3#064097
4#053781
5#042E6C
6#042556
7#031B41
8#02122B
9#010916

Tints

Lighter variations

1#0A67F3
2#2478F6
3#3F89F7
4#5A9AF8
5#76AAF9
6#91BBFA
7#ADCCFC
8#C8DDFD
9#E4EEFE

Tones

Muted variations

1#135ECD
2#1E60C3
3#2862B8
4#3264AE
5#3D66A4
6#476899
7#516A8F
8#5C6C85
9#666E7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FC
Secondary backgroundsInput backgroundsDividers
300
8EBA
#8EBAFA
BordersInactive statesPlaceholder text
400
5495
#5495F8
Disabled statesSecondary iconsMuted text
500
2377
#2377F6
Primary brand colorCTAsActive elementsLinks
600
095C
#095CD7
Hover statesFocus ringsPrimary buttons hover
700
0749
#0749AB
Active/pressed statesDark mode accentsSecondary text
800
0534
#05347A
Text on light backgroundsHeadingsStrong borders
900
0321
#03214E
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FE;
  --cobalt-100: #DDEAFE;
  --cobalt-200: #BFD8FC;
  --cobalt-300: #8EBAFA;
  --cobalt-400: #5495F8;
  --cobalt-500: #2377F6;
  --cobalt-600: #095CD7;
  --cobalt-700: #0749AB;
  --cobalt-800: #05347A;
  --cobalt-900: #03214E;
  --cobalt-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color