Navy

#05327A

Blue

Color Codes

All color formats for development

HEX
#05327A
RGB
rgb(5, 50, 122)
HSL
hsl(217, 92%, 25%)
OKLCH
oklch(0.34 0.131 260.2)
CMYK
cmyk(96%, 59%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.04:1

AA AAA

On Black Background

1.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#BFD7
300
#8EB8
400
#5493
500
#2374
600
#0958
700
#0746
800
#0532
900
#0320
950
#0214

Shades

Darker variations

1#052D6E
2#042862
3#042356
4#031E49
5#03193D
6#021431
7#020F25
8#010A18
9#01050C

Tints

Lighter variations

1#07419F
2#0850C4
3#0A5FE9
4#2374F6
5#478BF7
6#6CA2F9
7#91B9FA
8#B6D1FC
9#DAE8FD

Tones

Muted variations

1#0B3375
2#11356F
3#173669
4#1D3863
5#22395D
6#283A57
7#2E3C51
8#343D4B
9#3A3E46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD7
#BFD7FC
Secondary backgroundsInput backgroundsDividers
300
8EB8
#8EB8FA
BordersInactive statesPlaceholder text
400
5493
#5493F8
Disabled statesSecondary iconsMuted text
500
2374
#2374F6
Primary brand colorCTAsActive elementsLinks
600
0958
#0958D7
Hover statesFocus ringsPrimary buttons hover
700
0746
#0746AB
Active/pressed statesDark mode accentsSecondary text
800
0532
#05327A
Text on light backgroundsHeadingsStrong borders
900
0320
#03204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F6FE;
  --navy-100: #DDE9FE;
  --navy-200: #BFD7FC;
  --navy-300: #8EB8FA;
  --navy-400: #5493F8;
  --navy-500: #2374F6;
  --navy-600: #0958D7;
  --navy-700: #0746AB;
  --navy-800: #05327A;
  --navy-900: #03204E;
  --navy-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color