Navy

#04307C

Blue

Color Codes

All color formats for development

HEX
#04307C
RGB
rgb(4, 48, 124)
HSL
hsl(218, 94%, 25%)
OKLCH
oklch(0.337 0.137 260.9)
CMYK
cmyk(97%, 61%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

12.22:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE9
200
#BFD6
300
#8DB6
400
#528F
500
#206F
600
#0754
700
#0543
800
#0430
900
#021F
950
#0213

Shades

Darker variations

1#032B6F
2#032663
3#032157
4#021D4A
5#02183E
6#021331
7#010E25
8#010A19
9#00050C

Tints

Lighter variations

1#053EA1
2#064CC6
3#075BEB
4#206FF8
5#4587F9
6#6B9FFA
7#90B7FC
8#B5CFFD
9#DAE7FE

Tones

Muted variations

1#0A3176
2#103370
3#16356A
4#1C3664
5#22385E
6#283958
7#2E3B52
8#343D4C
9#3A3E46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE9
#DCE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FD
Secondary backgroundsInput backgroundsDividers
300
8DB6
#8DB6FB
BordersInactive statesPlaceholder text
400
528F
#528FFA
Disabled statesSecondary iconsMuted text
500
206F
#206FF8
Primary brand colorCTAsActive elementsLinks
600
0754
#0754DA
Hover statesFocus ringsPrimary buttons hover
700
0543
#0543AD
Active/pressed statesDark mode accentsSecondary text
800
0430
#04307C
Text on light backgroundsHeadingsStrong borders
900
021F
#021F4F
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: #F0F5FF;
  --navy-100: #DCE9FE;
  --navy-200: #BFD6FD;
  --navy-300: #8DB6FB;
  --navy-400: #528FFA;
  --navy-500: #206FF8;
  --navy-600: #0754DA;
  --navy-700: #0543AD;
  --navy-800: #04307C;
  --navy-900: #021F4F;
  --navy-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color