Navy

#000080

Blue

Color Codes

All color formats for development

HEX
#000080
RGB
rgb(0, 0, 128)
HSL
hsl(240, 100%, 25%)
OKLCH
oklch(0.271 0.188 264.1)
CMYK
cmyk(100%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

16.01: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
#DBDB
200
#BDBD
300
#8A8A
400
#4D4D
500
#1A1A
600
#0000
700
#0000
800
#0000
900
#0000
950
#0000

Shades

Darker variations

1#000073
2#000066
3#000059
4#00004D
5#000040
6#000033
7#000026
8#00001A
9#00000D

Tints

Lighter variations

1#0000A6
2#0000CC
3#0000F2
4#1A1AFF
5#4040FF
6#6666FF
7#8C8CFF
8#B3B3FF
9#D9D9FF

Tones

Muted variations

1#060679
2#0D0D73
3#13136C
4#191966
5#202060
6#262659
7#2D2D53
8#33334D
9#393946

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDB
#DBDBFF
Light backgroundsTable row hoverSkeleton loading
200
BDBD
#BDBDFF
Secondary backgroundsInput backgroundsDividers
300
8A8A
#8A8AFF
BordersInactive statesPlaceholder text
400
4D4D
#4D4DFF
Disabled statesSecondary iconsMuted text
500
1A1A
#1A1AFF
Primary brand colorCTAsActive elementsLinks
600
0000
#0000E0
Hover statesFocus ringsPrimary buttons hover
700
0000
#0000B3
Active/pressed statesDark mode accentsSecondary text
800
0000
#000080
Text on light backgroundsHeadingsStrong borders
900
0000
#000052
Primary textHigh emphasis contentDark headings
950
0000
#000033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F0FF;
  --navy-100: #DBDBFF;
  --navy-200: #BDBDFF;
  --navy-300: #8A8AFF;
  --navy-400: #4D4DFF;
  --navy-500: #1A1AFF;
  --navy-600: #0000E0;
  --navy-700: #0000B3;
  --navy-800: #000080;
  --navy-900: #000052;
  --navy-950: #000033;
}
Generate More ShadesCreate PaletteConvert Color