Cobalt

#0754DA

Blue

Color Codes

All color formats for development

HEX
#0754DA
RGB
rgb(7, 84, 218)
HSL
hsl(218, 94%, 44%)
OKLCH
oklch(0.497 0.216 261.5)
CMYK
cmyk(97%, 61%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.38:1

AA AAA

On Black Background

3.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE9
200
#BFD6
300
#8DB6
400
#528F
500
#206F
600
#0754
700
#0543
800
#0430
900
#021F
950
#0213

Shades

Darker variations

1#064CC4
2#0543AE
3#053B98
4#043283
5#032A6D
6#032257
7#021941
8#01112C
9#010816

Tints

Lighter variations

1#085FF5
2#2170F8
3#3D82F9
4#5994FA
5#74A6FB
6#90B8FC
7#ACC9FC
8#C8DBFD
9#E3EDFE

Tones

Muted variations

1#1157CF
2#1C5AC5
3#265DBA
4#315FAF
5#3B62A5
6#46659A
7#516890
8#5B6B85
9#666D7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8DB6
#8DB6FB
BordersInactive statesPlaceholder text
400
528F
#528FFA
Disabled statesSecondary iconsMuted text
500
206F
#206FF8
Primary brand colorCTAsActive elementsLinks
600
0754
#0754DA
Hover statesFocus ringsPrimary buttons hover
700
0543
#0543AD
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307C
Text on light backgroundsHeadingsStrong borders
900
021F
#021F4F
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F5FF;
  --cobalt-100: #DCE9FE;
  --cobalt-200: #BFD6FD;
  --cobalt-300: #8DB6FB;
  --cobalt-400: #528FFA;
  --cobalt-500: #206FF8;
  --cobalt-600: #0754DA;
  --cobalt-700: #0543AD;
  --cobalt-800: #04307C;
  --cobalt-900: #021F4F;
  --cobalt-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color