Cobalt

#0C54A6

Blue

Color Codes

All color formats for development

HEX
#0C54A6
RGB
rgb(12, 84, 166)
HSL
hsl(212, 87%, 35%)
OKLCH
oklch(0.454 0.148 256.1)
CMYK
cmyk(93%, 49%, 0%, 35%)

Accessibility

WCAG contrast compliance

On White Background

7.41:1

AA AAA

On Black Background

2.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DEEC
200
#C1DC
300
#91C1
400
#58A1
500
#2886
600
#0F6A
700
#0C54
800
#083C
900
#0526
950
#0318

Shades

Darker variations

1#0A4C96
2#094386
3#083B75
4#073264
5#062A53
6#052243
7#031932
8#021121
9#010811

Tints

Lighter variations

1#0E64C6
2#1073E5
3#2684F0
4#4596F2
5#64A7F4
6#83B9F6
7#A2CAF9
8#C1DCFB
9#E0EDFD

Tones

Muted variations

1#13559F
2#1B5597
3#235690
4#2B5688
5#325780
6#3A5778
7#425871
8#4A5869
9#515961

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEC
#DEECFD
Light backgroundsTable row hoverSkeleton loading
200
C1DC
#C1DCFB
Secondary backgroundsInput backgroundsDividers
300
91C1
#91C1F7
BordersInactive statesPlaceholder text
400
58A1
#58A1F3
Disabled statesSecondary iconsMuted text
500
2886
#2886F0
Primary brand colorCTAsActive elementsLinks
600
0F6A
#0F6AD2
Hover statesFocus ringsPrimary buttons hover
700
0C54
#0C54A7
Active/pressed statesDark mode accentsSecondary text
800
083C
#083C77
Text on light backgroundsHeadingsStrong borders
900
0526
#05264C
Primary textHigh emphasis contentDark headings
950
0318
#031830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F7FE;
  --cobalt-100: #DEECFD;
  --cobalt-200: #C1DCFB;
  --cobalt-300: #91C1F7;
  --cobalt-400: #58A1F3;
  --cobalt-500: #2886F0;
  --cobalt-600: #0F6AD2;
  --cobalt-700: #0C54A7;
  --cobalt-800: #083C77;
  --cobalt-900: #05264C;
  --cobalt-950: #031830;
}
Generate More ShadesCreate PaletteConvert Color