Navy

#072B78

Blue

Color Codes

All color formats for development

HEX
#072B78
RGB
rgb(7, 43, 120)
HSL
hsl(221, 89%, 25%)
OKLCH
oklch(0.323 0.137 262.6)
CMYK
cmyk(94%, 64%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

12.92:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DDE7
200
#C0D3
300
#90B1
400
#5689
500
#2667
600
#0C4C
700
#0A3C
800
#072B
900
#041B
950
#0311

Shades

Darker variations

1#06276C
2#062260
3#051E54
4#041A48
5#04153C
6#031130
7#020D24
8#010918
9#01040C

Tints

Lighter variations

1#09389D
2#0B45C1
3#0D52E5
4#2667F2
5#4A80F4
6#6E9AF7
7#93B3F9
8#B7CCFB
9#DBE6FD

Tones

Muted variations

1#0D2D73
2#122F6D
3#183167
4#1E3362
5#23355C
6#293756
7#2F3A51
8#343C4B
9#3A3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C0D3
#C0D3FB
Secondary backgroundsInput backgroundsDividers
300
90B1
#90B1F9
BordersInactive statesPlaceholder text
400
5689
#5689F5
Disabled statesSecondary iconsMuted text
500
2667
#2667F2
Primary brand colorCTAsActive elementsLinks
600
0C4C
#0C4CD4
Hover statesFocus ringsPrimary buttons hover
700
0A3C
#0A3CA9
Active/pressed statesDark mode accentsSecondary text
800
072B
#072B78
Text on light backgroundsHeadingsStrong borders
900
041B
#041B4D
Primary textHigh emphasis contentDark headings
950
0311
#031130
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F5FE;
  --navy-100: #DDE7FD;
  --navy-200: #C0D3FB;
  --navy-300: #90B1F9;
  --navy-400: #5689F5;
  --navy-500: #2667F2;
  --navy-600: #0C4CD4;
  --navy-700: #0A3CA9;
  --navy-800: #072B78;
  --navy-900: #041B4D;
  --navy-950: #031130;
}
Generate More ShadesCreate PaletteConvert Color