Navy

#0E2E71

Blue

Color Codes

All color formats for development

HEX
#0E2E71
RGB
rgb(14, 46, 113)
HSL
hsl(221, 78%, 25%)
OKLCH
oklch(0.325 0.122 262.5)
CMYK
cmyk(88%, 59%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.74:1

AA AAA

On Black Background

1.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE8
200
#C4D4
300
#97B4
400
#608C
500
#336B
600
#1950
700
#1440
800
#0E2E
900
#091D
950
#0612

Shades

Darker variations

1#0D2966
2#0B245B
3#0A204F
4#081B44
5#071739
6#06122D
7#040E22
8#030917
9#01050B

Tints

Lighter variations

1#123B94
2#1649B6
3#1B56D8
4#336BE6
5#5584EA
6#779DEE
7#99B5F2
8#BBCEF7
9#DDE6FB

Tones

Muted variations

1#132F6D
2#183168
3#1D3363
4#22355E
5#273759
6#2C3854
7#313A4F
8#363C4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE8
#DFE8FB
Light backgroundsTable row hoverSkeleton loading
200
C4D4
#C4D4F8
Secondary backgroundsInput backgroundsDividers
300
97B4
#97B4F2
BordersInactive statesPlaceholder text
400
608C
#608CEB
Disabled statesSecondary iconsMuted text
500
336B
#336BE6
Primary brand colorCTAsActive elementsLinks
600
1950
#1950C8
Hover statesFocus ringsPrimary buttons hover
700
1440
#14409F
Active/pressed statesDark mode accentsSecondary text
800
0E2E
#0E2E71
Text on light backgroundsHeadingsStrong borders
900
091D
#091D49
Primary textHigh emphasis contentDark headings
950
0612
#06122D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F5FD;
  --navy-100: #DFE8FB;
  --navy-200: #C4D4F8;
  --navy-300: #97B4F2;
  --navy-400: #608CEB;
  --navy-500: #336BE6;
  --navy-600: #1950C8;
  --navy-700: #14409F;
  --navy-800: #0E2E71;
  --navy-900: #091D49;
  --navy-950: #06122D;
}
Generate More ShadesCreate PaletteConvert Color