Cobalt

#0846AA

Blue

Color Codes

All color formats for development

HEX
#0846AA
RGB
rgb(8, 70, 170)
HSL
hsl(217, 91%, 35%)
OKLCH
oklch(0.427 0.171 260.6)
CMYK
cmyk(95%, 59%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

8.51:1

AA AAA

On Black Background

2.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#073F99
2#063888
3#063177
4#052A66
5#042355
6#031C44
7#021533
8#020E22
9#010711

Tints

Lighter variations

1#0A53CA
2#0B60EA
3#2172F5
4#4186F6
5#619BF8
6#80AFF9
7#A0C3FB
8#C0D7FC
9#DFEBFE

Tones

Muted variations

1#1048A2
2#184A9A
3#204C92
4#294E8A
5#315082
6#39527A
7#415472
8#495569
9#515761

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FE;
  --cobalt-100: #DDE9FD;
  --cobalt-200: #C0D7FC;
  --cobalt-300: #8FB8FA;
  --cobalt-400: #5593F7;
  --cobalt-500: #2474F5;
  --cobalt-600: #0A58D6;
  --cobalt-700: #0846AA;
  --cobalt-800: #06327A;
  --cobalt-900: #04204E;
  --cobalt-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color