Cobalt

#033CB0

Blue

Color Codes

All color formats for development

HEX
#033CB0
RGB
rgb(3, 60, 176)
HSL
hsl(220, 97%, 35%)
OKLCH
oklch(0.412 0.191 262.4)
CMYK
cmyk(98%, 66%, 0%, 31%)

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
#F0F5
100
#DCE7
200
#BED3
300
#8BB1
400
#4F89
500
#1D67
600
#034C
700
#033C
800
#022B
900
#011C
950
#0111

Shades

Darker variations

1#02369E
2#02308D
3#022A7B
4#022469
5#011E58
6#011846
7#011235
8#010C23
9#000612

Tints

Lighter variations

1#0348D0
2#0453F1
3#1A65FC
4#3B7BFC
5#5C91FD
6#7CA7FD
7#9DBDFE
8#BED3FE
9#DEE9FF

Tones

Muted variations

1#0B3FA7
2#14429F
3#1D4596
4#25488D
5#2E4B85
6#374E7C
7#3F5173
8#48536B
9#515662

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FE
Light backgroundsTable row hoverSkeleton loading
200
BED3
#BED3FE
Secondary backgroundsInput backgroundsDividers
300
8BB1
#8BB1FD
BordersInactive statesPlaceholder text
400
4F89
#4F89FC
Disabled statesSecondary iconsMuted text
500
1D67
#1D67FC
Primary brand colorCTAsActive elementsLinks
600
034C
#034CDD
Hover statesFocus ringsPrimary buttons hover
700
033C
#033CB0
Active/pressed statesDark mode accentsSecondary text
800
022B
#022B7E
Text on light backgroundsHeadingsStrong borders
900
011C
#011C50
Primary textHigh emphasis contentDark headings
950
0111
#011132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FF;
  --cobalt-100: #DCE7FE;
  --cobalt-200: #BED3FE;
  --cobalt-300: #8BB1FD;
  --cobalt-400: #4F89FC;
  --cobalt-500: #1D67FC;
  --cobalt-600: #034CDD;
  --cobalt-700: #033CB0;
  --cobalt-800: #022B7E;
  --cobalt-900: #011C50;
  --cobalt-950: #011132;
}
Generate More ShadesCreate PaletteConvert Color