Navy

#01167E

Blue

Color Codes

All color formats for development

HEX
#01167E
RGB
rgb(1, 22, 126)
HSL
hsl(230, 98%, 25%)
OKLCH
oklch(0.291 0.17 264.3)
CMYK
cmyk(99%, 83%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.82:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE1
200
#BDC8
300
#8B9E
400
#4E6B
500
#1C41
600
#0227
700
#021F
800
#0116
900
#010E
950
#0109

Shades

Darker variations

1#011472
2#011265
3#010F58
4#010D4C
5#010B3F
6#010932
7#000726
8#000419
9#00020D

Tints

Lighter variations

1#021DA4
2#0223CA
3#022AF0
4#1C41FD
5#4261FD
6#6881FD
7#8DA0FE
8#B3C0FE
9#D9DFFF

Tones

Muted variations

1#081A78
2#0E1E72
3#14236B
4#1A2765
5#212B5F
6#272F59
7#2D3352
8#33374C
9#3A3C46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE1
#DCE1FF
Light backgroundsTable row hoverSkeleton loading
200
BDC8
#BDC8FE
Secondary backgroundsInput backgroundsDividers
300
8B9E
#8B9EFE
BordersInactive statesPlaceholder text
400
4E6B
#4E6BFD
Disabled statesSecondary iconsMuted text
500
1C41
#1C41FD
Primary brand colorCTAsActive elementsLinks
600
0227
#0227DE
Hover statesFocus ringsPrimary buttons hover
700
021F
#021FB1
Active/pressed statesDark mode accentsSecondary text
800
0116
#01167E
Text on light backgroundsHeadingsStrong borders
900
010E
#010E51
Primary textHigh emphasis contentDark headings
950
0109
#010932
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F2FF;
  --navy-100: #DCE1FF;
  --navy-200: #BDC8FE;
  --navy-300: #8B9EFE;
  --navy-400: #4E6BFD;
  --navy-500: #1C41FD;
  --navy-600: #0227DE;
  --navy-700: #021FB1;
  --navy-800: #01167E;
  --navy-900: #010E51;
  --navy-950: #010932;
}
Generate More ShadesCreate PaletteConvert Color