Cobalt

#1C62C4

Blue

Color Codes

All color formats for development

HEX
#1C62C4
RGB
rgb(28, 98, 196)
HSL
hsl(215, 75%, 44%)
OKLCH
oklch(0.511 0.168 258.2)
CMYK
cmyk(86%, 50%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.84:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C5DA
300
#98BD
400
#639B
500
#367E
600
#1C62
700
#164E
800
#1038
900
#0A24
950
#0616

Shades

Darker variations

1#1958B1
2#164F9D
3#144589
4#113B76
5#0E3162
6#0B274F
7#081D3B
8#061427
9#030A14

Tints

Lighter variations

1#206FDD
2#377EE2
3#508FE6
4#699FEA
5#82AFED
6#9BBFF1
7#B4CFF4
8#CDDFF8
9#E6EFFB

Tones

Muted variations

1#2464BC
2#2D65B4
3#3566AB
4#3E68A3
5#46699A
6#4F6B92
7#576C89
8#5F6D81
9#686F79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFB
Light backgroundsTable row hoverSkeleton loading
200
C5DA
#C5DAF7
Secondary backgroundsInput backgroundsDividers
300
98BD
#98BDF0
BordersInactive statesPlaceholder text
400
639B
#639BE9
Disabled statesSecondary iconsMuted text
500
367E
#367EE2
Primary brand colorCTAsActive elementsLinks
600
1C62
#1C62C4
Hover statesFocus ringsPrimary buttons hover
700
164E
#164E9C
Active/pressed statesDark mode accentsSecondary text
800
1038
#103870
Text on light backgroundsHeadingsStrong borders
900
0A24
#0A2447
Primary textHigh emphasis contentDark headings
950
0616
#06162D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F6FD;
  --cobalt-100: #E0EBFB;
  --cobalt-200: #C5DAF7;
  --cobalt-300: #98BDF0;
  --cobalt-400: #639BE9;
  --cobalt-500: #367EE2;
  --cobalt-600: #1C62C4;
  --cobalt-700: #164E9C;
  --cobalt-800: #103870;
  --cobalt-900: #0A2447;
  --cobalt-950: #06162D;
}
Generate More ShadesCreate PaletteConvert Color