Cobalt

#005AE0

Blue

Color Codes

All color formats for development

HEX
#005AE0
RGB
rgb(0, 90, 224)
HSL
hsl(216, 100%, 44%)
OKLCH
oklch(0.514 0.217 260.6)
CMYK
cmyk(100%, 60%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

5.93:1

AA AAA

On Black Background

3.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DBEA
200
#BDD7
300
#8AB9
400
#4D94
500
#1A75
600
#005A
700
#0047
800
#0033
900
#0021
950
#0014

Shades

Darker variations

1#0051CA
2#0048B4
3#003F9D
4#003687
5#002D70
6#00245A
7#001B43
8#00122D
9#000916

Tints

Lighter variations

1#0065FD
2#1B76FF
3#3787FF
4#5498FF
5#70A9FF
6#8DBAFF
7#A9CCFF
8#C6DDFF
9#E2EEFF

Tones

Muted variations

1#0B5CD5
2#165ECA
3#2260BF
4#2D63B4
5#3865A8
6#43679D
7#4F6992
8#5A6C87
9#656E7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DBEA
#DBEAFF
Light backgroundsTable row hoverSkeleton loading
200
BDD7
#BDD7FF
Secondary backgroundsInput backgroundsDividers
300
8AB9
#8AB9FF
BordersInactive statesPlaceholder text
400
4D94
#4D94FF
Disabled statesSecondary iconsMuted text
500
1A75
#1A75FF
Primary brand colorCTAsActive elementsLinks
600
005A
#005AE0
Hover statesFocus ringsPrimary buttons hover
700
0047
#0047B3
Active/pressed statesDark mode accentsSecondary text
800
0033
#003380
Text on light backgroundsHeadingsStrong borders
900
0021
#002152
Primary textHigh emphasis contentDark headings
950
0014
#001433
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F6FF;
  --cobalt-100: #DBEAFF;
  --cobalt-200: #BDD7FF;
  --cobalt-300: #8AB9FF;
  --cobalt-400: #4D94FF;
  --cobalt-500: #1A75FF;
  --cobalt-600: #005AE0;
  --cobalt-700: #0047B3;
  --cobalt-800: #003380;
  --cobalt-900: #002152;
  --cobalt-950: #001433;
}
Generate More ShadesCreate PaletteConvert Color