Navy

#062B79

Blue

Color Codes

All color formats for development

HEX
#062B79
RGB
rgb(6, 43, 121)
HSL
hsl(221, 91%, 25%)
OKLCH
oklch(0.324 0.139 262.5)
CMYK
cmyk(95%, 64%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

12.89:1

AA AAA

On Black Background

1.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE7
200
#C0D3
300
#8FB1
400
#5588
500
#2466
600
#0A4B
700
#083B
800
#062A
900
#041B
950
#0211

Shades

Darker variations

1#05266E
2#052261
3#041E55
4#031949
5#03153D
6#021131
7#020D25
8#010818
9#01040C

Tints

Lighter variations

1#07379E
2#0944C3
3#0B51E7
4#2466F5
5#487FF6
6#6D99F8
7#91B2FA
8#B6CCFC
9#DAE5FD

Tones

Muted variations

1#0C2D74
2#112F6E
3#173168
4#1D3363
5#23355D
6#293757
7#2E3951
8#343B4B
9#3A3E46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C0D3
#C0D3FC
Secondary backgroundsInput backgroundsDividers
300
8FB1
#8FB1FA
BordersInactive statesPlaceholder text
400
5588
#5588F7
Disabled statesSecondary iconsMuted text
500
2466
#2466F5
Primary brand colorCTAsActive elementsLinks
600
0A4B
#0A4BD6
Hover statesFocus ringsPrimary buttons hover
700
083B
#083BAA
Active/pressed statesDark mode accentsSecondary text
800
062A
#062A7A
Text on light backgroundsHeadingsStrong borders
900
041B
#041B4E
Primary textHigh emphasis contentDark headings
950
0211
#021131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FE;
  --navy-100: #DDE7FD;
  --navy-200: #C0D3FC;
  --navy-300: #8FB1FA;
  --navy-400: #5588F7;
  --navy-500: #2466F5;
  --navy-600: #0A4BD6;
  --navy-700: #083BAA;
  --navy-800: #062A7A;
  --navy-900: #041B4E;
  --navy-950: #021131;
}
Generate More ShadesCreate PaletteConvert Color