Cobalt

#1F4693

Blue

Color Codes

All color formats for development

HEX
#1F4693
RGB
rgb(31, 70, 147)
HSL
hsl(220, 65%, 35%)
OKLCH
oklch(0.413 0.135 262.1)
CMYK
cmyk(79%, 52%, 0%, 42%)

Accessibility

WCAG contrast compliance

On White Background

8.91:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E2E9
200
#C8D7
300
#9EB8
400
#6C92
500
#4273
600
#2758
700
#1F46
800
#1632
900
#0E20
950
#0914

Shades

Darker variations

1#1C3F85
2#193876
3#163167
4#132A58
5#10234A
6#0C1C3B
7#09152C
8#060E1D
9#03070F

Tints

Lighter variations

1#2553AF
2#2B60CA
3#4072D6
4#5B86DC
5#769AE2
6#92AEE8
7#ADC3EE
8#C8D7F3
9#E4EBF9

Tones

Muted variations

1#25488D
2#2B4A88
3#314C82
4#364E7C
5#3C5076
6#425270
7#48536B
8#4E5565
9#53575F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F9
Light backgroundsTable row hoverSkeleton loading
200
C8D7
#C8D7F3
Secondary backgroundsInput backgroundsDividers
300
9EB8
#9EB8EA
BordersInactive statesPlaceholder text
400
6C92
#6C92E0
Disabled statesSecondary iconsMuted text
500
4273
#4273D7
Primary brand colorCTAsActive elementsLinks
600
2758
#2758B9
Hover statesFocus ringsPrimary buttons hover
700
1F46
#1F4693
Active/pressed statesDark mode accentsSecondary text
800
1632
#163269
Text on light backgroundsHeadingsStrong borders
900
0E20
#0E2043
Primary textHigh emphasis contentDark headings
950
0914
#09142A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F6FC;
  --cobalt-100: #E2E9F9;
  --cobalt-200: #C8D7F3;
  --cobalt-300: #9EB8EA;
  --cobalt-400: #6C92E0;
  --cobalt-500: #4273D7;
  --cobalt-600: #2758B9;
  --cobalt-700: #1F4693;
  --cobalt-800: #163269;
  --cobalt-900: #0E2043;
  --cobalt-950: #09142A;
}
Generate More ShadesCreate PaletteConvert Color