Cobalt

#0A5FD6

Blue

Color Codes

All color formats for development

HEX
#0A5FD6
RGB
rgb(10, 95, 214)
HSL
hsl(215, 91%, 44%)
OKLCH
oklch(0.516 0.197 259.4)
CMYK
cmyk(95%, 56%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#C0D9
300
#8FBB
400
#5598
500
#247B
600
#0A5F
700
#084C
800
#0636
900
#0423
950
#0216

Shades

Darker variations

1#0956C1
2#084CAB
3#074396
4#063981
5#05306B
6#042656
7#031D40
8#02132B
9#010A15

Tints

Lighter variations

1#0B6BF2
2#257BF5
3#408CF6
4#5B9CF7
5#77ADF9
6#92BDFA
7#ADCEFB
8#C8DEFC
9#E4EFFE

Tones

Muted variations

1#1461CC
2#1F63C2
3#2964B8
4#3366AD
5#3D68A3
6#476999
7#526B8F
8#5C6D85
9#666E7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFD
Light backgroundsTable row hoverSkeleton loading
200
C0D9
#C0D9FC
Secondary backgroundsInput backgroundsDividers
300
8FBB
#8FBBFA
BordersInactive statesPlaceholder text
400
5598
#5598F7
Disabled statesSecondary iconsMuted text
500
247B
#247BF5
Primary brand colorCTAsActive elementsLinks
600
0A5F
#0A5FD6
Hover statesFocus ringsPrimary buttons hover
700
084C
#084CAA
Active/pressed statesDark mode accentsSecondary text
800
0636
#06367A
Text on light backgroundsHeadingsStrong borders
900
0423
#04234E
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: #DDEAFD;
  --cobalt-200: #C0D9FC;
  --cobalt-300: #8FBBFA;
  --cobalt-400: #5598F7;
  --cobalt-500: #247BF5;
  --cobalt-600: #0A5FD6;
  --cobalt-700: #084CAA;
  --cobalt-800: #06367A;
  --cobalt-900: #04234E;
  --cobalt-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color