Navy

#001E52

Blue

Color Codes

All color formats for development

HEX
#001E52
RGB
rgb(0, 30, 82)
HSL
hsl(218, 100%, 16%)
OKLCH
oklch(0.253 0.102 259.7)
CMYK
cmyk(100%, 63%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

16.06: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
#F0F5
100
#DBE8
200
#BDD5
300
#8AB5
400
#4D8E
500
#1A6E
600
#0052
700
#0041
800
#002F
900
#001E
950
#0013

Shades

Darker variations

1#001B49
2#001841
3#001539
4#001231
5#000F29
6#000C21
7#000918
8#000610
9#000308

Tints

Lighter variations

1#002E7C
2#003DA7
3#004DD2
4#005DFD
5#2977FF
6#5492FF
7#7EAEFF
8#A9C9FF
9#D4E4FF

Tones

Muted variations

1#041F4E
2#082049
3#0C2145
4#102241
5#14233D
6#182439
7#1D2635
8#212731
9#25282D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE8
#DBE8FF
Light backgroundsTable row hoverSkeleton loading
200
BDD5
#BDD5FF
Secondary backgroundsInput backgroundsDividers
300
8AB5
#8AB5FF
BordersInactive statesPlaceholder text
400
4D8E
#4D8EFF
Disabled statesSecondary iconsMuted text
500
1A6E
#1A6EFF
Primary brand colorCTAsActive elementsLinks
600
0052
#0052E0
Hover statesFocus ringsPrimary buttons hover
700
0041
#0041B3
Active/pressed statesDark mode accentsSecondary text
800
002F
#002F80
Text on light backgroundsHeadingsStrong borders
900
001E
#001E52
Primary textHigh emphasis contentDark headings
950
0013
#001333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FF;
  --navy-100: #DBE8FF;
  --navy-200: #BDD5FF;
  --navy-300: #8AB5FF;
  --navy-400: #4D8EFF;
  --navy-500: #1A6EFF;
  --navy-600: #0052E0;
  --navy-700: #0041B3;
  --navy-800: #002F80;
  --navy-900: #001E52;
  --navy-950: #001333;
}
Generate More ShadesCreate PaletteConvert Color