Cobalt

#084278

Blue

Color Codes

All color formats for development

HEX
#084278
RGB
rgb(8, 66, 120)
HSL
hsl(209, 88%, 25%)
OKLCH
oklch(0.377 0.107 252.4)
CMYK
cmyk(93%, 45%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

10.19:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DDEE
200
#C1DF
300
#91C6
400
#57A8
500
#2790
600
#0D73
700
#0B5C
800
#0842
900
#052A
950
#031A

Shades

Darker variations

1#073B6C
2#063460
3#052E54
4#052748
5#04213C
6#031A30
7#021424
8#020D18
9#01070C

Tints

Lighter variations

1#0A559C
2#0C69C0
3#0F7DE4
4#2790F1
5#4BA2F4
6#6FB5F6
7#93C7F8
8#B7DAFA
9#DBECFD

Tones

Muted variations

1#0D4172
2#13416D
3#184167
4#1E4161
5#24415C
6#294056
7#2F4051
8#35404B
9#3A4045

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEE
#DDEEFD
Light backgroundsTable row hoverSkeleton loading
200
C1DF
#C1DFFB
Secondary backgroundsInput backgroundsDividers
300
91C6
#91C6F8
BordersInactive statesPlaceholder text
400
57A8
#57A8F4
Disabled statesSecondary iconsMuted text
500
2790
#2790F1
Primary brand colorCTAsActive elementsLinks
600
0D73
#0D73D3
Hover statesFocus ringsPrimary buttons hover
700
0B5C
#0B5CA8
Active/pressed statesDark mode accentsSecondary text
800
0842
#084278
Text on light backgroundsHeadingsStrong borders
900
052A
#052A4D
Primary textHigh emphasis contentDark headings
950
031A
#031A30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F8FE;
  --cobalt-100: #DDEEFD;
  --cobalt-200: #C1DFFB;
  --cobalt-300: #91C6F8;
  --cobalt-400: #57A8F4;
  --cobalt-500: #2790F1;
  --cobalt-600: #0D73D3;
  --cobalt-700: #0B5CA8;
  --cobalt-800: #084278;
  --cobalt-900: #052A4D;
  --cobalt-950: #031A30;
}
Generate More ShadesCreate PaletteConvert Color