Cobalt

#022BB1

Blue

Color Codes

All color formats for development

HEX
#022BB1
RGB
rgb(2, 43, 177)
HSL
hsl(226, 98%, 35%)
OKLCH
oklch(0.384 0.211 264)
CMYK
cmyk(99%, 76%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.59:1

AA AAA

On Black Background

1.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE4
200
#BDCD
300
#8BA6
400
#4E77
500
#1C50
600
#0236
700
#022B
800
#011E
900
#0113
950
#010C

Shades

Darker variations

1#02269F
2#01228D
3#011E7C
4#011A6A
5#011558
6#011147
7#010D35
8#000923
9#000412

Tints

Lighter variations

1#0233D2
2#023AF2
3#194EFD
4#3A68FD
5#5B81FD
6#7C9AFE
7#9DB3FE
8#BDCDFE
9#DEE6FF

Tones

Muted variations

1#0B2FA8
2#13349F
3#1C3996
4#253D8E
5#2E4285
6#36477C
7#3F4B73
8#48506B
9#515562

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE4
#DCE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCD
#BDCDFE
Secondary backgroundsInput backgroundsDividers
300
8BA6
#8BA6FE
BordersInactive statesPlaceholder text
400
4E77
#4E77FD
Disabled statesSecondary iconsMuted text
500
1C50
#1C50FD
Primary brand colorCTAsActive elementsLinks
600
0236
#0236DE
Hover statesFocus ringsPrimary buttons hover
700
022B
#022BB1
Active/pressed statesDark mode accentsSecondary text
800
011E
#011E7E
Text on light backgroundsHeadingsStrong borders
900
0113
#011351
Primary textHigh emphasis contentDark headings
950
010C
#010C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F3FF;
  --cobalt-100: #DCE4FF;
  --cobalt-200: #BDCDFE;
  --cobalt-300: #8BA6FE;
  --cobalt-400: #4E77FD;
  --cobalt-500: #1C50FD;
  --cobalt-600: #0236DE;
  --cobalt-700: #022BB1;
  --cobalt-800: #011E7E;
  --cobalt-900: #011351;
  --cobalt-950: #010C32;
}
Generate More ShadesCreate PaletteConvert Color