Cobalt

#006EB3

Blue

Color Codes

All color formats for development

HEX
#006EB3
RGB
rgb(0, 110, 179)
HSL
hsl(203, 100%, 35%)
OKLCH
oklch(0.523 0.136 246.7)
CMYK
cmyk(100%, 39%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

5.41:1

AA AAA

On Black Background

3.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DBF1
200
#BDE6
300
#8AD2
400
#4DBB
500
#1AA7
600
#008A
700
#006E
800
#004F
900
#0032
950
#001F

Shades

Darker variations

1#0063A1
2#00588F
3#004D7D
4#00426B
5#003759
6#002C47
7#002136
8#001624
9#000B12

Tints

Lighter variations

1#0083D4
2#0097F5
3#17A6FF
4#38B3FF
5#59BFFF
6#7ACCFF
7#9CD9FF
8#BDE6FF
9#DEF2FF

Tones

Muted variations

1#096CAA
2#126AA1
3#1B6898
4#24668F
5#2D6486
6#36627D
7#3E5F74
8#475D6B
9#505B62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DBF1
#DBF1FF
Light backgroundsTable row hoverSkeleton loading
200
BDE6
#BDE6FF
Secondary backgroundsInput backgroundsDividers
300
8AD2
#8AD2FF
BordersInactive statesPlaceholder text
400
4DBB
#4DBBFF
Disabled statesSecondary iconsMuted text
500
1AA7
#1AA7FF
Primary brand colorCTAsActive elementsLinks
600
008A
#008AE0
Hover statesFocus ringsPrimary buttons hover
700
006E
#006EB3
Active/pressed statesDark mode accentsSecondary text
800
004F
#004F80
Text on light backgroundsHeadingsStrong borders
900
0032
#003252
Primary textHigh emphasis contentDark headings
950
001F
#001F33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F9FF;
  --cobalt-100: #DBF1FF;
  --cobalt-200: #BDE6FF;
  --cobalt-300: #8AD2FF;
  --cobalt-400: #4DBBFF;
  --cobalt-500: #1AA7FF;
  --cobalt-600: #008AE0;
  --cobalt-700: #006EB3;
  --cobalt-800: #004F80;
  --cobalt-900: #003252;
  --cobalt-950: #001F33;
}
Generate More ShadesCreate PaletteConvert Color