Cobalt

#1424CC

Blue

Color Codes

All color formats for development

HEX
#1424CC
RGB
rgb(20, 36, 204)
HSL
hsl(235, 82%, 44%)
OKLCH
oklch(0.411 0.245 266.3)
CMYK
cmyk(90%, 82%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.75:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE1
200
#C3C7
300
#949C
400
#5D69
500
#2E3E
600
#1424
700
#101C
800
#0B14
900
#070D
950
#0508

Shades

Darker variations

1#1220B8
2#101CA3
3#0E198F
4#0C157B
5#0A1266
6#080E52
7#060B3D
8#040729
9#020414

Tints

Lighter variations

1#1728E6
2#2F3FEA
3#4957ED
4#636FF0
5#7D87F2
6#979FF5
7#B1B7F7
8#CBCFFA
9#E5E7FC

Tones

Muted variations

1#1D2BC3
2#2733BA
3#303BB1
4#3942A7
5#424A9E
6#4B5295
7#55598C
8#5E6183
9#676979

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE1
#DFE1FC
Light backgroundsTable row hoverSkeleton loading
200
C3C7
#C3C7F9
Secondary backgroundsInput backgroundsDividers
300
949C
#949CF4
BordersInactive statesPlaceholder text
400
5D69
#5D69EF
Disabled statesSecondary iconsMuted text
500
2E3E
#2E3EEA
Primary brand colorCTAsActive elementsLinks
600
1424
#1424CC
Hover statesFocus ringsPrimary buttons hover
700
101C
#101CA2
Active/pressed statesDark mode accentsSecondary text
800
0B14
#0B1474
Text on light backgroundsHeadingsStrong borders
900
070D
#070D4A
Primary textHigh emphasis contentDark headings
950
0508
#05082E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F2FE;
  --cobalt-100: #DFE1FC;
  --cobalt-200: #C3C7F9;
  --cobalt-300: #949CF4;
  --cobalt-400: #5D69EF;
  --cobalt-500: #2E3EEA;
  --cobalt-600: #1424CC;
  --cobalt-700: #101CA2;
  --cobalt-800: #0B1474;
  --cobalt-900: #070D4A;
  --cobalt-950: #05082E;
}
Generate More ShadesCreate PaletteConvert Color