Navy

#032C7C

Blue

Color Codes

All color formats for development

HEX
#032C7C
RGB
rgb(3, 44, 124)
HSL
hsl(220, 95%, 25%)
OKLCH
oklch(0.328 0.143 261.8)
CMYK
cmyk(98%, 65%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

12.69:1

AA AAA

On Black Background

1.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE7
200
#BED3
300
#8DB2
400
#5189
500
#1F68
600
#064D
700
#043D
800
#032C
900
#021C
950
#0111

Shades

Darker variations

1#032770
2#032363
3#021E57
4#021A4B
5#02163E
6#011132
7#010D25
8#010919
9#00040C

Tints

Lighter variations

1#0439A2
2#0546C7
3#0653EC
4#1F68F9
5#4581FA
6#6A9AFB
7#8FB3FC
8#B4CDFD
9#DAE6FE

Tones

Muted variations

1#092E76
2#0F3070
3#15326A
4#1B3464
5#21365E
6#283858
7#2E3A52
8#343C4C
9#3A3E46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FE
Light backgroundsTable row hoverSkeleton loading
200
BED3
#BED3FD
Secondary backgroundsInput backgroundsDividers
300
8DB2
#8DB2FC
BordersInactive statesPlaceholder text
400
5189
#5189FB
Disabled statesSecondary iconsMuted text
500
1F68
#1F68F9
Primary brand colorCTAsActive elementsLinks
600
064D
#064DDB
Hover statesFocus ringsPrimary buttons hover
700
043D
#043DAE
Active/pressed statesDark mode accentsSecondary text
800
032C
#032C7C
Text on light backgroundsHeadingsStrong borders
900
021C
#021C50
Primary textHigh emphasis contentDark headings
950
0111
#011132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FF;
  --navy-100: #DCE7FE;
  --navy-200: #BED3FD;
  --navy-300: #8DB2FC;
  --navy-400: #5189FB;
  --navy-500: #1F68F9;
  --navy-600: #064DDB;
  --navy-700: #043DAE;
  --navy-800: #032C7C;
  --navy-900: #021C50;
  --navy-950: #011132;
}
Generate More ShadesCreate PaletteConvert Color