Cobalt

#314FAF

Blue

Color Codes

All color formats for development

HEX
#314FAF
RGB
rgb(49, 79, 175)
HSL
hsl(226, 56%, 44%)
OKLCH
oklch(0.462 0.157 266.9)
CMYK
cmyk(72%, 55%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.32:1

AA AAA

On Black Background

2.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E3E8
200
#CBD4
300
#A4B3
400
#748B
500
#4C6A
600
#314F
700
#273F
800
#1C2D
900
#121D
950
#0B12

Shades

Darker variations

1#2C479E
2#273F8C
3#23377B
4#1E2F69
5#192758
6#141F46
7#0F1835
8#0A1023
9#050812

Tints

Lighter variations

1#3859C5
2#4D6BCD
3#637DD3
4#7990D9
5#90A2E0
6#A6B5E6
7#BCC7EC
8#D2DAF2
9#E9ECF9

Tones

Muted variations

1#3852A9
2#3E55A2
3#44599C
4#4B5C96
5#515F90
6#576389
7#5D6683
8#64697D
9#6A6D76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E8
#E3E8F7
Light backgroundsTable row hoverSkeleton loading
200
CBD4
#CBD4F0
Secondary backgroundsInput backgroundsDividers
300
A4B3
#A4B3E5
BordersInactive statesPlaceholder text
400
748B
#748BD8
Disabled statesSecondary iconsMuted text
500
4C6A
#4C6ACD
Primary brand colorCTAsActive elementsLinks
600
314F
#314FAF
Hover statesFocus ringsPrimary buttons hover
700
273F
#273F8B
Active/pressed statesDark mode accentsSecondary text
800
1C2D
#1C2D63
Text on light backgroundsHeadingsStrong borders
900
121D
#121D40
Primary textHigh emphasis contentDark headings
950
0B12
#0B1228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F3F5FC;
  --cobalt-100: #E3E8F7;
  --cobalt-200: #CBD4F0;
  --cobalt-300: #A4B3E5;
  --cobalt-400: #748BD8;
  --cobalt-500: #4C6ACD;
  --cobalt-600: #314FAF;
  --cobalt-700: #273F8B;
  --cobalt-800: #1C2D63;
  --cobalt-900: #121D40;
  --cobalt-950: #0B1228;
}
Generate More ShadesCreate PaletteConvert Color