Cobalt

#055FAD

Blue

Color Codes

All color formats for development

HEX
#055FAD
RGB
rgb(5, 95, 173)
HSL
hsl(208, 94%, 35%)
OKLCH
oklch(0.484 0.145 252.5)
CMYK
cmyk(97%, 45%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

6.47:1

AA AAA

On Black Background

3.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DCEE
200
#BFE0
300
#8DC8
400
#52AB
500
#2093
600
#0777
700
#055F
800
#0444
900
#022B
950
#021B

Shades

Darker variations

1#05559C
2#044C8B
3#044279
4#033968
5#032F57
6#022645
7#021C34
8#011323
9#010911

Tints

Lighter variations

1#0670CD
2#0782ED
3#1E92F8
4#3EA2F9
5#5EB1FA
6#7EC1FB
7#9FD0FC
8#BFE0FD
9#DFEFFE

Tones

Muted variations

1#0E5EA5
2#165E9C
3#1F5D94
4#275D8C
5#2F5C83
6#385B7B
7#405B72
8#485A6A
9#515A62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEE
#DCEEFE
Light backgroundsTable row hoverSkeleton loading
200
BFE0
#BFE0FD
Secondary backgroundsInput backgroundsDividers
300
8DC8
#8DC8FB
BordersInactive statesPlaceholder text
400
52AB
#52ABFA
Disabled statesSecondary iconsMuted text
500
2093
#2093F8
Primary brand colorCTAsActive elementsLinks
600
0777
#0777DA
Hover statesFocus ringsPrimary buttons hover
700
055F
#055FAD
Active/pressed statesDark mode accentsSecondary text
800
0444
#04447C
Text on light backgroundsHeadingsStrong borders
900
022B
#022B4F
Primary textHigh emphasis contentDark headings
950
021B
#021B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F8FF;
  --cobalt-100: #DCEEFE;
  --cobalt-200: #BFE0FD;
  --cobalt-300: #8DC8FB;
  --cobalt-400: #52ABFA;
  --cobalt-500: #2093F8;
  --cobalt-600: #0777DA;
  --cobalt-700: #055FAD;
  --cobalt-800: #04447C;
  --cobalt-900: #022B4F;
  --cobalt-950: #021B31;
}
Generate More ShadesCreate PaletteConvert Color