Cobalt

#081EAA

Blue

Color Codes

All color formats for development

HEX
#081EAA
RGB
rgb(8, 30, 170)
HSL
hsl(232, 91%, 35%)
OKLCH
oklch(0.359 0.214 265.2)
CMYK
cmyk(95%, 82%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

11.82:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE1
200
#C0C8
300
#8F9D
400
#556A
500
#2440
600
#0A25
700
#081E
800
#0615
900
#040E
950
#0208

Shades

Darker variations

1#071B99
2#061888
3#061577
4#051266
5#040F55
6#030C44
7#020933
8#020622
9#010311

Tints

Lighter variations

1#0A23CA
2#0B29EA
3#213EF5
4#4159F6
5#6175F8
6#8090F9
7#A0ACFB
8#C0C8FC
9#DFE3FE

Tones

Muted variations

1#1024A2
2#182A9A
3#203092
4#29368A
5#313B82
6#39417A
7#414772
8#494D69
9#515361

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE1
#DDE1FD
Light backgroundsTable row hoverSkeleton loading
200
C0C8
#C0C8FC
Secondary backgroundsInput backgroundsDividers
300
8F9D
#8F9DFA
BordersInactive statesPlaceholder text
400
556A
#556AF7
Disabled statesSecondary iconsMuted text
500
2440
#2440F5
Primary brand colorCTAsActive elementsLinks
600
0A25
#0A25D6
Hover statesFocus ringsPrimary buttons hover
700
081E
#081EAA
Active/pressed statesDark mode accentsSecondary text
800
0615
#06157A
Text on light backgroundsHeadingsStrong borders
900
040E
#040E4E
Primary textHigh emphasis contentDark headings
950
0208
#020831
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F2FE;
  --cobalt-100: #DDE1FD;
  --cobalt-200: #C0C8FC;
  --cobalt-300: #8F9DFA;
  --cobalt-400: #556AF7;
  --cobalt-500: #2440F5;
  --cobalt-600: #0A25D6;
  --cobalt-700: #081EAA;
  --cobalt-800: #06157A;
  --cobalt-900: #040E4E;
  --cobalt-950: #020831;
}
Generate More ShadesCreate PaletteConvert Color