Cobalt

#1436CC

Blue

Color Codes

All color formats for development

HEX
#1436CC
RGB
rgb(20, 54, 204)
HSL
hsl(229, 82%, 44%)
OKLCH
oklch(0.434 0.23 265.5)
CMYK
cmyk(90%, 74%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

8.64:1

AA AAA

On Black Background

2.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE4
200
#C3CD
300
#94A6
400
#5D77
500
#2E51
600
#1436
700
#102B
800
#0B1F
900
#0714
950
#050C

Shades

Darker variations

1#1231B8
2#102BA3
3#0E268F
4#0C207B
5#0A1B66
6#081652
7#06103D
8#040B29
9#020514

Tints

Lighter variations

1#173DE6
2#2F51EA
3#4967ED
4#637DF0
5#7D93F2
6#97A8F5
7#B1BEF7
8#CBD4FA
9#E5E9FC

Tones

Muted variations

1#1D3CC3
2#2742BA
3#3047B1
4#394DA7
5#42539E
6#4B5995
7#555F8C
8#5E6583
9#676A79

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE4
#DFE4FC
Light backgroundsTable row hoverSkeleton loading
200
C3CD
#C3CDF9
Secondary backgroundsInput backgroundsDividers
300
94A6
#94A6F4
BordersInactive statesPlaceholder text
400
5D77
#5D77EF
Disabled statesSecondary iconsMuted text
500
2E51
#2E51EA
Primary brand colorCTAsActive elementsLinks
600
1436
#1436CC
Hover statesFocus ringsPrimary buttons hover
700
102B
#102BA2
Active/pressed statesDark mode accentsSecondary text
800
0B1F
#0B1F74
Text on light backgroundsHeadingsStrong borders
900
0714
#07144A
Primary textHigh emphasis contentDark headings
950
050C
#050C2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F3FE;
  --cobalt-100: #DFE4FC;
  --cobalt-200: #C3CDF9;
  --cobalt-300: #94A6F4;
  --cobalt-400: #5D77EF;
  --cobalt-500: #2E51EA;
  --cobalt-600: #1436CC;
  --cobalt-700: #102BA2;
  --cobalt-800: #0B1F74;
  --cobalt-900: #07144A;
  --cobalt-950: #050C2E;
}
Generate More ShadesCreate PaletteConvert Color