Navy

#02127E

Blue

Color Codes

All color formats for development

HEX
#02127E
RGB
rgb(2, 18, 126)
HSL
hsl(232, 97%, 25%)
OKLCH
oklch(0.286 0.174 264.7)
CMYK
cmyk(98%, 86%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.10:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE0
200
#BEC6
300
#8B9B
400
#4F66
500
#1D3B
600
#0320
700
#031A
800
#0212
900
#010C
950
#0107

Shades

Darker variations

1#021171
2#020F64
3#010D58
4#010B4B
5#01093F
6#010732
7#010626
8#000419
9#00020D

Tints

Lighter variations

1#0218A3
2#031DC9
3#0423EF
4#1D3BFC
5#435BFC
6#687CFD
7#8E9DFD
8#B4BEFE
9#D9DEFE

Tones

Muted variations

1#081777
2#0E1B71
3#14206B
4#1B2565
5#21295F
6#272E58
7#2D3252
8#33374C
9#3A3B46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE0
#DCE0FE
Light backgroundsTable row hoverSkeleton loading
200
BEC6
#BEC6FE
Secondary backgroundsInput backgroundsDividers
300
8B9B
#8B9BFD
BordersInactive statesPlaceholder text
400
4F66
#4F66FC
Disabled statesSecondary iconsMuted text
500
1D3B
#1D3BFC
Primary brand colorCTAsActive elementsLinks
600
0320
#0320DD
Hover statesFocus ringsPrimary buttons hover
700
031A
#031AB0
Active/pressed statesDark mode accentsSecondary text
800
0212
#02127E
Text on light backgroundsHeadingsStrong borders
900
010C
#010C50
Primary textHigh emphasis contentDark headings
950
0107
#010732
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F2FF;
  --navy-100: #DCE0FE;
  --navy-200: #BEC6FE;
  --navy-300: #8B9BFD;
  --navy-400: #4F66FC;
  --navy-500: #1D3BFC;
  --navy-600: #0320DD;
  --navy-700: #031AB0;
  --navy-800: #02127E;
  --navy-900: #010C50;
  --navy-950: #010732;
}
Generate More ShadesCreate PaletteConvert Color