Cobalt

#1C54C4

Blue

Color Codes

All color formats for development

HEX
#1C54C4
RGB
rgb(28, 84, 196)
HSL
hsl(220, 75%, 44%)
OKLCH
oklch(0.482 0.185 262.1)
CMYK
cmyk(86%, 57%, 0%, 23%)

Accessibility

WCAG contrast compliance

On White Background

6.74:1

AA AAA

On Black Background

3.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E9
200
#C5D6
300
#98B6
400
#638F
500
#3670
600
#1C54
700
#1643
800
#1030
900
#0A1F
950
#0613

Shades

Darker variations

1#194CB1
2#16439D
3#143B89
4#113276
5#0E2A62
6#0B224F
7#08193B
8#061127
9#030814

Tints

Lighter variations

1#205FDD
2#3770E2
3#5082E6
4#6994EA
5#82A6ED
6#9BB8F1
7#B4C9F4
8#CDDBF8
9#E6EDFB

Tones

Muted variations

1#2457BC
2#2D5AB4
3#355DAB
4#3E5FA3
5#46629A
6#4F6592
7#576889
8#5F6B81
9#686D79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E9
#E0E9FB
Light backgroundsTable row hoverSkeleton loading
200
C5D6
#C5D6F7
Secondary backgroundsInput backgroundsDividers
300
98B6
#98B6F0
BordersInactive statesPlaceholder text
400
638F
#638FE9
Disabled statesSecondary iconsMuted text
500
3670
#3670E2
Primary brand colorCTAsActive elementsLinks
600
1C54
#1C54C4
Hover statesFocus ringsPrimary buttons hover
700
1643
#16439C
Active/pressed statesDark mode accentsSecondary text
800
1030
#103070
Text on light backgroundsHeadingsStrong borders
900
0A1F
#0A1F47
Primary textHigh emphasis contentDark headings
950
0613
#06132D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F5FD;
  --cobalt-100: #E0E9FB;
  --cobalt-200: #C5D6F7;
  --cobalt-300: #98B6F0;
  --cobalt-400: #638FE9;
  --cobalt-500: #3670E2;
  --cobalt-600: #1C54C4;
  --cobalt-700: #16439C;
  --cobalt-800: #103070;
  --cobalt-900: #0A1F47;
  --cobalt-950: #06132D;
}
Generate More ShadesCreate PaletteConvert Color