Cobalt

#0718AB

Blue

Color Codes

All color formats for development

HEX
#0718AB
RGB
rgb(7, 24, 171)
HSL
hsl(234, 92%, 35%)
OKLCH
oklch(0.353 0.22 265.2)
CMYK
cmyk(96%, 86%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.15:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE0
200
#BFC5
300
#8E99
400
#5464
500
#2338
600
#091E
700
#0718
800
#0511
900
#030B
950
#0207

Shades

Darker variations

1#06159A
2#061389
3#051078
4#040E67
5#040C56
6#030945
7#020733
8#010522
9#010211

Tints

Lighter variations

1#081CCB
2#0A20EB
3#2036F6
4#4052F7
5#606FF8
6#808CFA
7#A0A9FB
8#BFC5FC
9#DFE2FE

Tones

Muted variations

1#0F1EA3
2#18259B
3#202B93
4#28328B
5#303882
6#383F7A
7#414672
8#494C6A
9#515361

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE0
#DDE0FE
Light backgroundsTable row hoverSkeleton loading
200
BFC5
#BFC5FC
Secondary backgroundsInput backgroundsDividers
300
8E99
#8E99FA
BordersInactive statesPlaceholder text
400
5464
#5464F8
Disabled statesSecondary iconsMuted text
500
2338
#2338F6
Primary brand colorCTAsActive elementsLinks
600
091E
#091ED7
Hover statesFocus ringsPrimary buttons hover
700
0718
#0718AB
Active/pressed statesDark mode accentsSecondary text
800
0511
#05117A
Text on light backgroundsHeadingsStrong borders
900
030B
#030B4E
Primary textHigh emphasis contentDark headings
950
0207
#020731
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F2FE;
  --cobalt-100: #DDE0FE;
  --cobalt-200: #BFC5FC;
  --cobalt-300: #8E99FA;
  --cobalt-400: #5464F8;
  --cobalt-500: #2338F6;
  --cobalt-600: #091ED7;
  --cobalt-700: #0718AB;
  --cobalt-800: #05117A;
  --cobalt-900: #030B4E;
  --cobalt-950: #020731;
}
Generate More ShadesCreate PaletteConvert Color