Cobalt

#14509F

Blue

Color Codes

All color formats for development

HEX
#14509F
RGB
rgb(20, 80, 159)
HSL
hsl(214, 78%, 35%)
OKLCH
oklch(0.442 0.142 257.4)
CMYK
cmyk(87%, 50%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.84:1

AA AAA

On Black Background

2.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEB
200
#C4DA
300
#97BE
400
#609C
500
#3380
600
#1965
700
#1450
800
#0E39
900
#0925
950
#0617

Shades

Darker variations

1#12488F
2#10407F
3#0E386F
4#0C305F
5#0A284F
6#082040
7#061830
8#041020
9#020810

Tints

Lighter variations

1#175FBC
2#1B6EDA
3#307FE5
4#4E91E9
5#6BA4ED
6#89B6F0
7#A6C8F4
8#C4DAF8
9#E1EDFB

Tones

Muted variations

1#1B5198
2#225291
3#29538A
4#2F5483
5#36557C
6#3D5675
7#44566E
8#4B5767
9#525860

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEB
#DFEBFB
Light backgroundsTable row hoverSkeleton loading
200
C4DA
#C4DAF8
Secondary backgroundsInput backgroundsDividers
300
97BE
#97BEF2
BordersInactive statesPlaceholder text
400
609C
#609CEB
Disabled statesSecondary iconsMuted text
500
3380
#3380E6
Primary brand colorCTAsActive elementsLinks
600
1965
#1965C8
Hover statesFocus ringsPrimary buttons hover
700
1450
#14509F
Active/pressed statesDark mode accentsSecondary text
800
0E39
#0E3971
Text on light backgroundsHeadingsStrong borders
900
0925
#092549
Primary textHigh emphasis contentDark headings
950
0617
#06172D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F7FD;
  --cobalt-100: #DFEBFB;
  --cobalt-200: #C4DAF8;
  --cobalt-300: #97BEF2;
  --cobalt-400: #609CEB;
  --cobalt-500: #3380E6;
  --cobalt-600: #1965C8;
  --cobalt-700: #14509F;
  --cobalt-800: #0E3971;
  --cobalt-900: #092549;
  --cobalt-950: #06172D;
}
Generate More ShadesCreate PaletteConvert Color