Navy

#05347A

Blue

Color Codes

All color formats for development

HEX
#05347A
RGB
rgb(5, 52, 122)
HSL
hsl(216, 92%, 25%)
OKLCH
oklch(0.344 0.129 259.5)
CMYK
cmyk(96%, 57%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

11.81:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EBA
400
#5495
500
#2377
600
#095C
700
#0749
800
#0534
900
#0321
950
#0215

Shades

Darker variations

1#052F6E
2#042A62
3#042456
4#031F49
5#031A3D
6#021531
7#021025
8#010A18
9#01050C

Tints

Lighter variations

1#07449F
2#0853C4
3#0A63E9
4#2377F6
5#478EF7
6#6CA4F9
7#91BBFA
8#B6D2FC
9#DAE8FD

Tones

Muted variations

1#0B3575
2#11366F
3#173869
4#1D3963
5#223A5D
6#283B57
7#2E3C51
8#343D4B
9#3A3F46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FC
Secondary backgroundsInput backgroundsDividers
300
8EBA
#8EBAFA
BordersInactive statesPlaceholder text
400
5495
#5495F8
Disabled statesSecondary iconsMuted text
500
2377
#2377F6
Primary brand colorCTAsActive elementsLinks
600
095C
#095CD7
Hover statesFocus ringsPrimary buttons hover
700
0749
#0749AB
Active/pressed statesDark mode accentsSecondary text
800
0534
#05347A
Text on light backgroundsHeadingsStrong borders
900
0321
#03214E
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F6FE;
  --navy-100: #DDEAFE;
  --navy-200: #BFD8FC;
  --navy-300: #8EBAFA;
  --navy-400: #5495F8;
  --navy-500: #2377F6;
  --navy-600: #095CD7;
  --navy-700: #0749AB;
  --navy-800: #05347A;
  --navy-900: #03214E;
  --navy-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color