Navy

#05307A

Blue

Color Codes

All color formats for development

HEX
#05307A
RGB
rgb(5, 48, 122)
HSL
hsl(218, 92%, 25%)
OKLCH
oklch(0.335 0.134 260.9)
CMYK
cmyk(96%, 61%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

12.28:1

AA AAA

On Black Background

1.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE9
200
#BFD6
300
#8EB6
400
#5490
500
#2370
600
#0955
700
#0743
800
#0530
900
#031F
950
#0213

Shades

Darker variations

1#052B6E
2#042662
3#042256
4#031D49
5#03183D
6#021331
7#020E25
8#010A18
9#01050C

Tints

Lighter variations

1#073F9F
2#084DC4
3#0A5BE9
4#2370F6
5#4788F7
6#6CA0F9
7#91B8FA
8#B6CFFC
9#DAE7FD

Tones

Muted variations

1#0B3275
2#11336F
3#173569
4#1D3663
5#22385D
6#283957
7#2E3B51
8#343D4B
9#3A3E46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FC
Secondary backgroundsInput backgroundsDividers
300
8EB6
#8EB6FA
BordersInactive statesPlaceholder text
400
5490
#5490F8
Disabled statesSecondary iconsMuted text
500
2370
#2370F6
Primary brand colorCTAsActive elementsLinks
600
0955
#0955D7
Hover statesFocus ringsPrimary buttons hover
700
0743
#0743AB
Active/pressed statesDark mode accentsSecondary text
800
0530
#05307A
Text on light backgroundsHeadingsStrong borders
900
031F
#031F4E
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FE;
  --navy-100: #DDE9FE;
  --navy-200: #BFD6FC;
  --navy-300: #8EB6FA;
  --navy-400: #5490F8;
  --navy-500: #2370F6;
  --navy-600: #0955D7;
  --navy-700: #0743AB;
  --navy-800: #05307A;
  --navy-900: #031F4E;
  --navy-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color