Cobalt

#192AC8

Blue

Color Codes

All color formats for development

HEX
#192AC8
RGB
rgb(25, 42, 200)
HSL
hsl(234, 78%, 44%)
OKLCH
oklch(0.414 0.235 267)
CMYK
cmyk(88%, 79%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

9.52:1

AA AAA

On Black Background

2.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE2
200
#C4C9
300
#97A0
400
#606E
500
#3345
600
#192A
700
#1422
800
#0E18
900
#090F
950
#060A

Shades

Darker variations

1#1626B4
2#1422A0
3#111E8C
4#0F1978
5#0C1564
6#0A1150
7#070D3C
8#050828
9#020414

Tints

Lighter variations

1#1C30E1
2#3445E6
3#4D5DE9
4#6674EC
5#808BEF
6#99A2F2
7#B3B9F6
8#CCD1F9
9#E6E8FC

Tones

Muted variations

1#2131BF
2#2A38B6
3#333FAD
4#3C46A5
5#444D9C
6#4D5493
7#565B8A
8#5F6282
9#676979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE2
#DFE2FB
Light backgroundsTable row hoverSkeleton loading
200
C4C9
#C4C9F8
Secondary backgroundsInput backgroundsDividers
300
97A0
#97A0F2
BordersInactive statesPlaceholder text
400
606E
#606EEB
Disabled statesSecondary iconsMuted text
500
3345
#3345E6
Primary brand colorCTAsActive elementsLinks
600
192A
#192AC8
Hover statesFocus ringsPrimary buttons hover
700
1422
#14229F
Active/pressed statesDark mode accentsSecondary text
800
0E18
#0E1871
Text on light backgroundsHeadingsStrong borders
900
090F
#090F49
Primary textHigh emphasis contentDark headings
950
060A
#060A2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F3FD;
  --cobalt-100: #DFE2FB;
  --cobalt-200: #C4C9F8;
  --cobalt-300: #97A0F2;
  --cobalt-400: #606EEB;
  --cobalt-500: #3345E6;
  --cobalt-600: #192AC8;
  --cobalt-700: #14229F;
  --cobalt-800: #0E1871;
  --cobalt-900: #090F49;
  --cobalt-950: #060A2D;
}
Generate More ShadesCreate PaletteConvert Color