Cobalt

#054D7A

Blue

Color Codes

All color formats for development

HEX
#054D7A
RGB
rgb(5, 77, 122)
HSL
hsl(203, 92%, 25%)
OKLCH
oklch(0.405 0.098 244.5)
CMYK
cmyk(96%, 37%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

8.94:1

AA AAA

On Black Background

2.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#BFE5
300
#8ED1
400
#54B9
500
#23A5
600
#0988
700
#076C
800
#054D
900
#0332
950
#021F

Shades

Darker variations

1#05466E
2#043E62
3#043656
4#032E49
5#03273D
6#021F31
7#021725
8#010F18
9#01080C

Tints

Lighter variations

1#07659F
2#087CC4
3#0A93E9
4#23A5F6
5#47B4F7
6#6CC3F9
7#91D2FA
8#B6E1FC
9#DAF0FD

Tones

Muted variations

1#0B4C75
2#114B6F
3#174969
4#1D4863
5#22475D
6#284557
7#2E4451
8#34424B
9#3A4146

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FC
Secondary backgroundsInput backgroundsDividers
300
8ED1
#8ED1FA
BordersInactive statesPlaceholder text
400
54B9
#54B9F8
Disabled statesSecondary iconsMuted text
500
23A5
#23A5F6
Primary brand colorCTAsActive elementsLinks
600
0988
#0988D7
Hover statesFocus ringsPrimary buttons hover
700
076C
#076CAB
Active/pressed statesDark mode accentsSecondary text
800
054D
#054D7A
Text on light backgroundsHeadingsStrong borders
900
0332
#03324E
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F9FE;
  --cobalt-100: #DDF1FE;
  --cobalt-200: #BFE5FC;
  --cobalt-300: #8ED1FA;
  --cobalt-400: #54B9F8;
  --cobalt-500: #23A5F6;
  --cobalt-600: #0988D7;
  --cobalt-700: #076CAB;
  --cobalt-800: #054D7A;
  --cobalt-900: #03324E;
  --cobalt-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color