Navy

#05057A

Blue

Color Codes

All color formats for development

HEX
#05057A
RGB
rgb(5, 5, 122)
HSL
hsl(240, 92%, 25%)
OKLCH
oklch(0.269 0.177 265.8)
CMYK
cmyk(96%, 96%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

16.04:1

AA AAA

On Black Background

1.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DDDD
200
#BFBF
300
#8E8E
400
#5454
500
#2323
600
#0909
700
#0707
800
#0505
900
#0303
950
#0202

Shades

Darker variations

1#05056E
2#040462
3#040456
4#030349
5#03033D
6#020231
7#020225
8#010118
9#01010C

Tints

Lighter variations

1#07079F
2#0808C4
3#0A0AE9
4#2323F6
5#4747F7
6#6C6CF9
7#9191FA
8#B6B6FC
9#DADAFD

Tones

Muted variations

1#0B0B75
2#11116F
3#171769
4#1D1D63
5#22225D
6#282857
7#2E2E51
8#34344B
9#3A3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFE
Light backgroundsTable row hoverSkeleton loading
200
BFBF
#BFBFFC
Secondary backgroundsInput backgroundsDividers
300
8E8E
#8E8EFA
BordersInactive statesPlaceholder text
400
5454
#5454F8
Disabled statesSecondary iconsMuted text
500
2323
#2323F6
Primary brand colorCTAsActive elementsLinks
600
0909
#0909D7
Hover statesFocus ringsPrimary buttons hover
700
0707
#0707AB
Active/pressed statesDark mode accentsSecondary text
800
0505
#05057A
Text on light backgroundsHeadingsStrong borders
900
0303
#03034E
Primary textHigh emphasis contentDark headings
950
0202
#020231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F0FE;
  --navy-100: #DDDDFE;
  --navy-200: #BFBFFC;
  --navy-300: #8E8EFA;
  --navy-400: #5454F8;
  --navy-500: #2323F6;
  --navy-600: #0909D7;
  --navy-700: #0707AB;
  --navy-800: #05057A;
  --navy-900: #03034E;
  --navy-950: #020231;
}
Generate More ShadesCreate PaletteConvert Color