Cobalt

#1148A2

Blue

Color Codes

All color formats for development

HEX
#1148A2
RGB
rgb(17, 72, 162)
HSL
hsl(217, 81%, 35%)
OKLCH
oklch(0.426 0.156 260.3)
CMYK
cmyk(90%, 56%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

8.49:1

AA AAA

On Black Background

2.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFEA
200
#C3D8
300
#95B9
400
#5D95
500
#2F77
600
#155B
700
#1148
800
#0C34
900
#0821
950
#0515

Shades

Darker variations

1#0F4191
2#0E3A81
3#0C3371
4#0A2B61
5#082451
6#071D41
7#051630
8#030E20
9#020710

Tints

Lighter variations

1#1456C0
2#1763DE
3#2D75E9
4#4B89EC
5#699CEF
6#87B0F2
7#A5C4F6
8#C3D8F9
9#E1EBFC

Tones

Muted variations

1#184A9A
2#1F4C93
3#274D8C
4#2E4F85
5#35517D
6#3C5376
7#44546F
8#4B5668
9#525860

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEA
#DFEAFC
Light backgroundsTable row hoverSkeleton loading
200
C3D8
#C3D8F9
Secondary backgroundsInput backgroundsDividers
300
95B9
#95B9F4
BordersInactive statesPlaceholder text
400
5D95
#5D95EE
Disabled statesSecondary iconsMuted text
500
2F77
#2F77E9
Primary brand colorCTAsActive elementsLinks
600
155B
#155BCB
Hover statesFocus ringsPrimary buttons hover
700
1148
#1148A2
Active/pressed statesDark mode accentsSecondary text
800
0C34
#0C3473
Text on light backgroundsHeadingsStrong borders
900
0821
#08214A
Primary textHigh emphasis contentDark headings
950
0515
#05152E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F6FE;
  --cobalt-100: #DFEAFC;
  --cobalt-200: #C3D8F9;
  --cobalt-300: #95B9F4;
  --cobalt-400: #5D95EE;
  --cobalt-500: #2F77E9;
  --cobalt-600: #155BCB;
  --cobalt-700: #1148A2;
  --cobalt-800: #0C3473;
  --cobalt-900: #08214A;
  --cobalt-950: #05152E;
}
Generate More ShadesCreate PaletteConvert Color