Cobalt

#075BDA

Blue

Color Codes

All color formats for development

HEX
#075BDA
RGB
rgb(7, 91, 218)
HSL
hsl(216, 94%, 44%)
OKLCH
oklch(0.511 0.207 260.4)
CMYK
cmyk(97%, 58%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

5.97:1

AA AAA

On Black Background

3.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BFD8
300
#8DB9
400
#5295
500
#2077
600
#075B
700
#0548
800
#0434
900
#0221
950
#0215

Shades

Darker variations

1#0652C4
2#0549AE
3#054098
4#043783
5#032E6D
6#032457
7#021B41
8#01122C
9#010916

Tints

Lighter variations

1#0867F5
2#2177F8
3#3D88F9
4#5999FA
5#74AAFB
6#90BBFC
7#ACCCFC
8#C8DDFD
9#E3EEFE

Tones

Muted variations

1#115DCF
2#1C5FC5
3#2661BA
4#3164AF
5#3B66A5
6#46689A
7#516A90
8#5B6C85
9#666E7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FD
Secondary backgroundsInput backgroundsDividers
300
8DB9
#8DB9FB
BordersInactive statesPlaceholder text
400
5295
#5295FA
Disabled statesSecondary iconsMuted text
500
2077
#2077F8
Primary brand colorCTAsActive elementsLinks
600
075B
#075BDA
Hover statesFocus ringsPrimary buttons hover
700
0548
#0548AD
Active/pressed statesDark mode accentsSecondary text
800
0434
#04347C
Text on light backgroundsHeadingsStrong borders
900
0221
#02214F
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DCEAFE;
  --cobalt-200: #BFD8FD;
  --cobalt-300: #8DB9FB;
  --cobalt-400: #5295FA;
  --cobalt-500: #2077F8;
  --cobalt-600: #075BDA;
  --cobalt-700: #0548AD;
  --cobalt-800: #04347C;
  --cobalt-900: #02214F;
  --cobalt-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color