Navy

#011351

Blue

Color Codes

All color formats for development

HEX
#011351
RGB
rgb(1, 19, 81)
HSL
hsl(227, 98%, 16%)
OKLCH
oklch(0.228 0.115 263.6)
CMYK
cmyk(99%, 77%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

17.31:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE3
200
#BDCB
300
#8BA4
400
#4E74
500
#1C4D
600
#0232
700
#0228
800
#011C
900
#0112
950
#010B

Shades

Darker variations

1#011049
2#010F41
3#010D39
4#000B30
5#000928
6#000720
7#000518
8#000410
9#000208

Tints

Lighter variations

1#011C7B
2#0225A6
3#022FD0
4#0338FA
5#2B58FD
6#557AFD
7#809BFE
8#AABCFE
9#D5DEFF

Tones

Muted variations

1#05144D
2#091749
3#0D1945
4#111B41
5#151D3D
6#192039
7#1D2235
8#212431
9#25272D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE3
#DCE3FF
Light backgroundsTable row hoverSkeleton loading
200
BDCB
#BDCBFE
Secondary backgroundsInput backgroundsDividers
300
8BA4
#8BA4FE
BordersInactive statesPlaceholder text
400
4E74
#4E74FD
Disabled statesSecondary iconsMuted text
500
1C4D
#1C4DFD
Primary brand colorCTAsActive elementsLinks
600
0232
#0232DE
Hover statesFocus ringsPrimary buttons hover
700
0228
#0228B1
Active/pressed statesDark mode accentsSecondary text
800
011C
#011C7E
Text on light backgroundsHeadingsStrong borders
900
0112
#011251
Primary textHigh emphasis contentDark headings
950
010B
#010B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F3FF;
  --navy-100: #DCE3FF;
  --navy-200: #BDCBFE;
  --navy-300: #8BA4FE;
  --navy-400: #4E74FD;
  --navy-500: #1C4DFD;
  --navy-600: #0232DE;
  --navy-700: #0228B1;
  --navy-800: #011C7E;
  --navy-900: #011251;
  --navy-950: #010B32;
}
Generate More ShadesCreate PaletteConvert Color