Cobalt

#0859AA

Blue

Color Codes

All color formats for development

HEX
#0859AA
RGB
rgb(8, 89, 170)
HSL
hsl(210, 91%, 35%)
OKLCH
oklch(0.468 0.147 254.6)
CMYK
cmyk(95%, 48%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

6.95:1

AA AAA

On Black Background

3.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DDED
200
#C0DE
300
#8FC4
400
#55A6
500
#248C
600
#0A70
700
#0859
800
#0640
900
#0429
950
#021A

Shades

Darker variations

1#075099
2#064788
3#063E77
4#053666
5#042D55
6#032444
7#021B33
8#021222
9#010911

Tints

Lighter variations

1#0A6ACA
2#0B7AEA
3#218BF5
4#419CF6
5#61ACF8
6#80BDF9
7#A0CDFB
8#C0DEFC
9#DFEEFE

Tones

Muted variations

1#1059A2
2#18599A
3#205992
4#29598A
5#315982
6#39597A
7#415972
8#495969
9#515961

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDED
#DDEDFD
Light backgroundsTable row hoverSkeleton loading
200
C0DE
#C0DEFC
Secondary backgroundsInput backgroundsDividers
300
8FC4
#8FC4FA
BordersInactive statesPlaceholder text
400
55A6
#55A6F7
Disabled statesSecondary iconsMuted text
500
248C
#248CF5
Primary brand colorCTAsActive elementsLinks
600
0A70
#0A70D6
Hover statesFocus ringsPrimary buttons hover
700
0859
#0859AA
Active/pressed statesDark mode accentsSecondary text
800
0640
#06407A
Text on light backgroundsHeadingsStrong borders
900
0429
#04294E
Primary textHigh emphasis contentDark headings
950
021A
#021A31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F7FE;
  --cobalt-100: #DDEDFD;
  --cobalt-200: #C0DEFC;
  --cobalt-300: #8FC4FA;
  --cobalt-400: #55A6F7;
  --cobalt-500: #248CF5;
  --cobalt-600: #0A70D6;
  --cobalt-700: #0859AA;
  --cobalt-800: #06407A;
  --cobalt-900: #04294E;
  --cobalt-950: #021A31;
}
Generate More ShadesCreate PaletteConvert Color