Navy

#011E7E

Blue

Color Codes

All color formats for development

HEX
#011E7E
RGB
rgb(1, 30, 126)
HSL
hsl(226, 98%, 25%)
OKLCH
oklch(0.303 0.162 263.8)
CMYK
cmyk(99%, 76%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

14.11:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE4
200
#BDCD
300
#8BA6
400
#4E77
500
#1C50
600
#0236
700
#022B
800
#011E
900
#0113
950
#010C

Shades

Darker variations

1#011B72
2#011865
3#011558
4#01124C
5#010F3F
6#010C32
7#000926
8#000619
9#00030D

Tints

Lighter variations

1#0228A4
2#0231CA
3#023AF0
4#1C50FD
5#426DFD
6#688BFD
7#8DA8FE
8#B3C5FE
9#D9E2FF

Tones

Muted variations

1#082278
2#0E2572
3#14286B
4#1A2C65
5#212F5F
6#273259
7#2D3652
8#33394C
9#3A3C46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE4
#DCE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCD
#BDCDFE
Secondary backgroundsInput backgroundsDividers
300
8BA6
#8BA6FE
BordersInactive statesPlaceholder text
400
4E77
#4E77FD
Disabled statesSecondary iconsMuted text
500
1C50
#1C50FD
Primary brand colorCTAsActive elementsLinks
600
0236
#0236DE
Hover statesFocus ringsPrimary buttons hover
700
022B
#022BB1
Active/pressed statesDark mode accentsSecondary text
800
011E
#011E7E
Text on light backgroundsHeadingsStrong borders
900
0113
#011351
Primary textHigh emphasis contentDark headings
950
010C
#010C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F3FF;
  --navy-100: #DCE4FF;
  --navy-200: #BDCDFE;
  --navy-300: #8BA6FE;
  --navy-400: #4E77FD;
  --navy-500: #1C50FD;
  --navy-600: #0236DE;
  --navy-700: #022BB1;
  --navy-800: #011E7E;
  --navy-900: #011351;
  --navy-950: #010C32;
}
Generate More ShadesCreate PaletteConvert Color