Cobalt

#192DC8

Blue

Color Codes

All color formats for development

HEX
#192DC8
RGB
rgb(25, 45, 200)
HSL
hsl(233, 78%, 44%)
OKLCH
oklch(0.418 0.233 266.8)
CMYK
cmyk(88%, 77%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

9.33:1

AA AAA

On Black Background

2.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE2
200
#C4CA
300
#97A1
400
#6070
500
#3348
600
#192D
700
#1424
800
#0E1A
900
#0910
950
#060A

Shades

Darker variations

1#1629B4
2#1424A0
3#11208C
4#0F1B78
5#0C1764
6#0A1250
7#070E3C
8#050928
9#020514

Tints

Lighter variations

1#1C33E1
2#3448E6
3#4D5FE9
4#6676EC
5#808DEF
6#99A4F2
7#B3BBF6
8#CCD1F9
9#E6E8FC

Tones

Muted variations

1#2134BF
2#2A3BB6
3#3341AD
4#3C48A5
5#444F9C
6#4D5593
7#565C8A
8#5F6382
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
C4CA
#C4CAF8
Secondary backgroundsInput backgroundsDividers
300
97A1
#97A1F2
BordersInactive statesPlaceholder text
400
6070
#6070EB
Disabled statesSecondary iconsMuted text
500
3348
#3348E6
Primary brand colorCTAsActive elementsLinks
600
192D
#192DC8
Hover statesFocus ringsPrimary buttons hover
700
1424
#14249F
Active/pressed statesDark mode accentsSecondary text
800
0E1A
#0E1A71
Text on light backgroundsHeadingsStrong borders
900
0910
#091049
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: #C4CAF8;
  --cobalt-300: #97A1F2;
  --cobalt-400: #6070EB;
  --cobalt-500: #3348E6;
  --cobalt-600: #192DC8;
  --cobalt-700: #14249F;
  --cobalt-800: #0E1A71;
  --cobalt-900: #091049;
  --cobalt-950: #060A2D;
}
Generate More ShadesCreate PaletteConvert Color