Navy

#02147E

Blue

Color Codes

All color formats for development

HEX
#02147E
RGB
rgb(2, 20, 126)
HSL
hsl(231, 97%, 25%)
OKLCH
oklch(0.288 0.172 264.6)
CMYK
cmyk(98%, 84%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.96:1

AA AAA

On Black Background

1.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE1
200
#BEC7
300
#8B9D
400
#4F69
500
#1D3E
600
#0324
700
#031D
800
#0214
900
#010D
950
#0108

Shades

Darker variations

1#021271
2#021064
3#010E58
4#010C4B
5#010A3F
6#010832
7#010626
8#000419
9#00020D

Tints

Lighter variations

1#021BA3
2#0321C9
3#0427EF
4#1D3EFC
5#435EFC
6#687FFD
7#8E9FFD
8#B4BFFE
9#D9DFFE

Tones

Muted variations

1#081977
2#0E1D71
3#14216B
4#1B2665
5#212A5F
6#272E58
7#2D3352
8#33374C
9#3A3B46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE1
#DCE1FE
Light backgroundsTable row hoverSkeleton loading
200
BEC7
#BEC7FE
Secondary backgroundsInput backgroundsDividers
300
8B9D
#8B9DFD
BordersInactive statesPlaceholder text
400
4F69
#4F69FC
Disabled statesSecondary iconsMuted text
500
1D3E
#1D3EFC
Primary brand colorCTAsActive elementsLinks
600
0324
#0324DD
Hover statesFocus ringsPrimary buttons hover
700
031D
#031DB0
Active/pressed statesDark mode accentsSecondary text
800
0214
#02147E
Text on light backgroundsHeadingsStrong borders
900
010D
#010D50
Primary textHigh emphasis contentDark headings
950
0108
#010832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F2FF;
  --navy-100: #DCE1FE;
  --navy-200: #BEC7FE;
  --navy-300: #8B9DFD;
  --navy-400: #4F69FC;
  --navy-500: #1D3EFC;
  --navy-600: #0324DD;
  --navy-700: #031DB0;
  --navy-800: #02147E;
  --navy-900: #010D50;
  --navy-950: #010832;
}
Generate More ShadesCreate PaletteConvert Color