Navy

#03214F

Blue

Color Codes

All color formats for development

HEX
#03214F
RGB
rgb(3, 33, 79)
HSL
hsl(216, 93%, 16%)
OKLCH
oklch(0.259 0.092 258.9)
CMYK
cmyk(96%, 58%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.74:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EB9
400
#5395
500
#2277
600
#085B
700
#0649
800
#0434
900
#0321
950
#0215

Shades

Darker variations

1#031E47
2#021B3F
3#021737
4#02142F
5#011127
6#010D1F
7#010A18
8#010710
9#000308

Tints

Lighter variations

1#043378
2#0644A1
3#0756CB
4#0967F4
5#3080F8
6#5A99F9
7#83B3FB
8#ACCCFC
9#D6E6FE

Tones

Muted variations

1#07224B
2#0A2347
3#0E2343
4#122440
5#16253C
6#1A2638
7#1D2734
8#212730
9#25282D

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
#BFD8FD
Secondary backgroundsInput backgroundsDividers
300
8EB9
#8EB9FB
BordersInactive statesPlaceholder text
400
5395
#5395F9
Disabled statesSecondary iconsMuted text
500
2277
#2277F7
Primary brand colorCTAsActive elementsLinks
600
085B
#085BD9
Hover statesFocus ringsPrimary buttons hover
700
0649
#0649AC
Active/pressed statesDark mode accentsSecondary text
800
0434
#04347B
Text on light backgroundsHeadingsStrong borders
900
0321
#03214F
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: #BFD8FD;
  --navy-300: #8EB9FB;
  --navy-400: #5395F9;
  --navy-500: #2277F7;
  --navy-600: #085BD9;
  --navy-700: #0649AC;
  --navy-800: #04347B;
  --navy-900: #03214F;
  --navy-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color