Navy

#03204F

Blue

Color Codes

All color formats for development

HEX
#03204F
RGB
rgb(3, 32, 79)
HSL
hsl(217, 93%, 16%)
OKLCH
oklch(0.256 0.093 259.5)
CMYK
cmyk(96%, 59%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.87:1

AA AAA

On Black Background

1.32: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
#5392
500
#2273
600
#0858
700
#0646
800
#0432
900
#0320
950
#0214

Shades

Darker variations

1#031D47
2#021A3F
3#021637
4#02132F
5#011027
6#010D1F
7#010A18
8#010610
9#000308

Tints

Lighter variations

1#043178
2#0641A1
3#0752CB
4#0963F4
5#307DF8
6#5A97F9
7#83B1FB
8#ACCBFC
9#D6E5FE

Tones

Muted variations

1#07214B
2#0A2247
3#0E2343
4#122340
5#16243C
6#1A2538
7#1D2634
8#212730
9#25282D

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
#BFD7FD
Secondary backgroundsInput backgroundsDividers
300
8EB8
#8EB8FB
BordersInactive statesPlaceholder text
400
5392
#5392F9
Disabled statesSecondary iconsMuted text
500
2273
#2273F7
Primary brand colorCTAsActive elementsLinks
600
0858
#0858D9
Hover statesFocus ringsPrimary buttons hover
700
0646
#0646AC
Active/pressed statesDark mode accentsSecondary text
800
0432
#04327B
Text on light backgroundsHeadingsStrong borders
900
0320
#03204F
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: #BFD7FD;
  --navy-300: #8EB8FB;
  --navy-400: #5392F9;
  --navy-500: #2273F7;
  --navy-600: #0858D9;
  --navy-700: #0646AC;
  --navy-800: #04327B;
  --navy-900: #03204F;
  --navy-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color