Cobalt

#032BB0

Blue

Color Codes

All color formats for development

HEX
#032BB0
RGB
rgb(3, 43, 176)
HSL
hsl(226, 97%, 35%)
OKLCH
oklch(0.383 0.21 264.1)
CMYK
cmyk(98%, 76%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

10.63: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
#BECD
300
#8BA6
400
#4F78
500
#1D51
600
#0336
700
#032B
800
#021F
900
#0114
950
#010C

Shades

Darker variations

1#02279E
2#02228D
3#021E7B
4#021A69
5#011658
6#011146
7#010D35
8#010923
9#000412

Tints

Lighter variations

1#0333D0
2#043BF1
3#1A4FFC
4#3B68FC
5#5C81FD
6#7C9AFD
7#9DB4FE
8#BECDFE
9#DEE6FF

Tones

Muted variations

1#0B30A7
2#14349F
3#1D3996
4#253E8D
5#2E4285
6#37477C
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
#DCE4FE
Light backgroundsTable row hoverSkeleton loading
200
BECD
#BECDFE
Secondary backgroundsInput backgroundsDividers
300
8BA6
#8BA6FD
BordersInactive statesPlaceholder text
400
4F78
#4F78FC
Disabled statesSecondary iconsMuted text
500
1D51
#1D51FC
Primary brand colorCTAsActive elementsLinks
600
0336
#0336DD
Hover statesFocus ringsPrimary buttons hover
700
032B
#032BB0
Active/pressed statesDark mode accentsSecondary text
800
021F
#021F7E
Text on light backgroundsHeadingsStrong borders
900
0114
#011450
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: #DCE4FE;
  --cobalt-200: #BECDFE;
  --cobalt-300: #8BA6FD;
  --cobalt-400: #4F78FC;
  --cobalt-500: #1D51FC;
  --cobalt-600: #0336DD;
  --cobalt-700: #032BB0;
  --cobalt-800: #021F7E;
  --cobalt-900: #011450;
  --cobalt-950: #010C32;
}
Generate More ShadesCreate PaletteConvert Color