Cobalt

#106AA2

Blue

Color Codes

All color formats for development

HEX
#106AA2
RGB
rgb(16, 106, 162)
HSL
hsl(203, 82%, 35%)
OKLCH
oklch(0.505 0.118 243.6)
CMYK
cmyk(90%, 35%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

5.82:1

AA AAA

On Black Background

3.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF1
200
#C3E4
300
#94D0
400
#5DB7
500
#2EA2
600
#1486
700
#106A
800
#0B4C
900
#0731
950
#051E

Shades

Darker variations

1#0E6092
2#0D5582
3#0B4A72
4#0A4061
5#083551
6#062B41
7#052031
8#031520
9#020B10

Tints

Lighter variations

1#137EC1
2#1692DF
3#2CA1EA
4#4AAFED
5#68BCF0
6#86C9F3
7#A5D7F6
8#C3E4F9
9#E1F2FC

Tones

Muted variations

1#17699B
2#1F6794
3#26658C
4#2D6385
5#35627E
6#3C6077
7#435E6F
8#4B5D68
9#525B61

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DFF1
#DFF1FC
Light backgroundsTable row hoverSkeleton loading
200
C3E4
#C3E4F9
Secondary backgroundsInput backgroundsDividers
300
94D0
#94D0F4
BordersInactive statesPlaceholder text
400
5DB7
#5DB7EF
Disabled statesSecondary iconsMuted text
500
2EA2
#2EA2EA
Primary brand colorCTAsActive elementsLinks
600
1486
#1486CC
Hover statesFocus ringsPrimary buttons hover
700
106A
#106AA2
Active/pressed statesDark mode accentsSecondary text
800
0B4C
#0B4C74
Text on light backgroundsHeadingsStrong borders
900
0731
#07314A
Primary textHigh emphasis contentDark headings
950
051E
#051E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F9FE;
  --cobalt-100: #DFF1FC;
  --cobalt-200: #C3E4F9;
  --cobalt-300: #94D0F4;
  --cobalt-400: #5DB7EF;
  --cobalt-500: #2EA2EA;
  --cobalt-600: #1486CC;
  --cobalt-700: #106AA2;
  --cobalt-800: #0B4C74;
  --cobalt-900: #07314A;
  --cobalt-950: #051E2E;
}
Generate More ShadesCreate PaletteConvert Color