Cobalt

#185EC9

Blue

Color Codes

All color formats for development

HEX
#185EC9
RGB
rgb(24, 94, 201)
HSL
hsl(216, 79%, 44%)
OKLCH
oklch(0.506 0.18 259.5)
CMYK
cmyk(88%, 53%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

6.03:1

AA AAA

On Black Background

3.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEA
200
#C4D9
300
#96BB
400
#5F98
500
#327A
600
#185E
700
#134B
800
#0D36
900
#0922
950
#0515

Shades

Darker variations

1#1555B5
2#134CA1
3#10428D
4#0E3979
5#0C2F64
6#092650
7#071C3C
8#051328
9#020914

Tints

Lighter variations

1#1B6AE2
2#337BE7
3#4C8BEA
4#669CED
5#7FACF0
6#99BDF3
7#B2CDF6
8#CCDEF9
9#E5EEFC

Tones

Muted variations

1#2060C0
2#2962B7
3#3264AE
4#3B66A5
5#44679D
6#4D6994
7#566B8B
8#5E6D82
9#676E79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEA
#DFEAFB
Light backgroundsTable row hoverSkeleton loading
200
C4D9
#C4D9F8
Secondary backgroundsInput backgroundsDividers
300
96BB
#96BBF3
BordersInactive statesPlaceholder text
400
5F98
#5F98EC
Disabled statesSecondary iconsMuted text
500
327A
#327AE7
Primary brand colorCTAsActive elementsLinks
600
185E
#185EC9
Hover statesFocus ringsPrimary buttons hover
700
134B
#134BA0
Active/pressed statesDark mode accentsSecondary text
800
0D36
#0D3672
Text on light backgroundsHeadingsStrong borders
900
0922
#092249
Primary textHigh emphasis contentDark headings
950
0515
#05152E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F6FD;
  --cobalt-100: #DFEAFB;
  --cobalt-200: #C4D9F8;
  --cobalt-300: #96BBF3;
  --cobalt-400: #5F98EC;
  --cobalt-500: #327AE7;
  --cobalt-600: #185EC9;
  --cobalt-700: #134BA0;
  --cobalt-800: #0D3672;
  --cobalt-900: #092249;
  --cobalt-950: #05152E;
}
Generate More ShadesCreate PaletteConvert Color