Cobalt

#083EAA

Blue

Color Codes

All color formats for development

HEX
#083EAA
RGB
rgb(8, 62, 170)
HSL
hsl(220, 91%, 35%)
OKLCH
oklch(0.41 0.181 262.3)
CMYK
cmyk(95%, 64%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

9.21:1

AA AAA

On Black Background

2.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE8
200
#C0D4
300
#8FB3
400
#558B
500
#2469
600
#0A4E
700
#083E
800
#062C
900
#041C
950
#0212

Shades

Darker variations

1#073899
2#063288
3#062C77
4#052566
5#041F55
6#031944
7#021333
8#020C22
9#010611

Tints

Lighter variations

1#0A4ACA
2#0B55EA
3#2168F5
4#417DF6
5#6193F8
6#80A9F9
7#A0BEFB
8#C0D4FC
9#DFE9FE

Tones

Muted variations

1#1041A2
2#18449A
3#204692
4#29498A
5#314C82
6#394E7A
7#415172
8#495469
9#515761

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C0D4
#C0D4FC
Secondary backgroundsInput backgroundsDividers
300
8FB3
#8FB3FA
BordersInactive statesPlaceholder text
400
558B
#558BF7
Disabled statesSecondary iconsMuted text
500
2469
#2469F5
Primary brand colorCTAsActive elementsLinks
600
0A4E
#0A4ED6
Hover statesFocus ringsPrimary buttons hover
700
083E
#083EAA
Active/pressed statesDark mode accentsSecondary text
800
062C
#062C7A
Text on light backgroundsHeadingsStrong borders
900
041C
#041C4E
Primary textHigh emphasis contentDark headings
950
0212
#021231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FE;
  --cobalt-100: #DDE8FD;
  --cobalt-200: #C0D4FC;
  --cobalt-300: #8FB3FA;
  --cobalt-400: #558BF7;
  --cobalt-500: #2469F5;
  --cobalt-600: #0A4ED6;
  --cobalt-700: #083EAA;
  --cobalt-800: #062C7A;
  --cobalt-900: #041C4E;
  --cobalt-950: #021231;
}
Generate More ShadesCreate PaletteConvert Color