Navy

#011951

Blue

Color Codes

All color formats for development

HEX
#011951
RGB
rgb(1, 25, 81)
HSL
hsl(222, 98%, 16%)
OKLCH
oklch(0.241 0.107 262)
CMYK
cmyk(99%, 69%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.68:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE6
200
#BDD1
300
#8BAD
400
#4E83
500
#1C5F
600
#0244
700
#0236
800
#0127
900
#0119
950
#0110

Shades

Darker variations

1#011649
2#011441
3#011139
4#000F30
5#000C28
6#000A20
7#000718
8#000510
9#000208

Tints

Lighter variations

1#01267B
2#0233A6
3#0240D0
4#034DFA
5#2B6AFD
6#5588FD
7#80A6FE
8#AAC3FE
9#D5E1FF

Tones

Muted variations

1#051A4D
2#091C49
3#0D1E45
4#111F41
5#15213D
6#192239
7#1D2435
8#212631
9#25272D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE6
#DCE6FF
Light backgroundsTable row hoverSkeleton loading
200
BDD1
#BDD1FE
Secondary backgroundsInput backgroundsDividers
300
8BAD
#8BADFE
BordersInactive statesPlaceholder text
400
4E83
#4E83FD
Disabled statesSecondary iconsMuted text
500
1C5F
#1C5FFD
Primary brand colorCTAsActive elementsLinks
600
0244
#0244DE
Hover statesFocus ringsPrimary buttons hover
700
0236
#0236B1
Active/pressed statesDark mode accentsSecondary text
800
0127
#01277E
Text on light backgroundsHeadingsStrong borders
900
0119
#011951
Primary textHigh emphasis contentDark headings
950
0110
#011032
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F4FF;
  --navy-100: #DCE6FF;
  --navy-200: #BDD1FE;
  --navy-300: #8BADFE;
  --navy-400: #4E83FD;
  --navy-500: #1C5FFD;
  --navy-600: #0244DE;
  --navy-700: #0236B1;
  --navy-800: #01277E;
  --navy-900: #011951;
  --navy-950: #011032;
}
Generate More ShadesCreate PaletteConvert Color