Cobalt

#162ECA

Blue

Color Codes

All color formats for development

HEX
#162ECA
RGB
rgb(22, 46, 202)
HSL
hsl(232, 80%, 44%)
OKLCH
oklch(0.421 0.235 266.2)
CMYK
cmyk(89%, 77%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

9.22: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
#F1F3
100
#DFE3
200
#C3CA
300
#95A2
400
#5E71
500
#3049
600
#162E
700
#1225
800
#0D1A
900
#0811
950
#050B

Shades

Darker variations

1#142AB6
2#1225A2
3#10208D
4#0D1C79
5#0B1765
6#091351
7#070E3D
8#040928
9#020514

Tints

Lighter variations

1#1934E4
2#314AE8
3#4B60EB
4#6577EE
5#7E8EF1
6#98A4F4
7#B2BBF6
8#CCD2F9
9#E5E8FC

Tones

Muted variations

1#1F35C1
2#283CB8
3#3142AF
4#3A49A6
5#434F9D
6#4C5694
7#555C8B
8#5E6382
9#676A79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE3
#DFE3FB
Light backgroundsTable row hoverSkeleton loading
200
C3CA
#C3CAF8
Secondary backgroundsInput backgroundsDividers
300
95A2
#95A2F3
BordersInactive statesPlaceholder text
400
5E71
#5E71ED
Disabled statesSecondary iconsMuted text
500
3049
#3049E8
Primary brand colorCTAsActive elementsLinks
600
162E
#162ECA
Hover statesFocus ringsPrimary buttons hover
700
1225
#1225A1
Active/pressed statesDark mode accentsSecondary text
800
0D1A
#0D1A73
Text on light backgroundsHeadingsStrong borders
900
0811
#081149
Primary textHigh emphasis contentDark headings
950
050B
#050B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F3FD;
  --cobalt-100: #DFE3FB;
  --cobalt-200: #C3CAF8;
  --cobalt-300: #95A2F3;
  --cobalt-400: #5E71ED;
  --cobalt-500: #3049E8;
  --cobalt-600: #162ECA;
  --cobalt-700: #1225A1;
  --cobalt-800: #0D1A73;
  --cobalt-900: #081149;
  --cobalt-950: #050B2E;
}
Generate More ShadesCreate PaletteConvert Color