Navy

#0E3171

Blue

Color Codes

All color formats for development

HEX
#0E3171
RGB
rgb(14, 49, 113)
HSL
hsl(219, 78%, 25%)
OKLCH
oklch(0.331 0.118 261.3)
CMYK
cmyk(88%, 57%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.38:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFE9
200
#C4D6
300
#97B7
400
#6091
500
#3371
600
#1956
700
#1444
800
#0E31
900
#091F
950
#0614

Shades

Darker variations

1#0D2C66
2#0B275B
3#0A224F
4#081D44
5#071839
6#06142D
7#040F22
8#030A17
9#01050B

Tints

Lighter variations

1#123F94
2#164EB6
3#1B5DD8
4#3371E6
5#5589EA
6#77A1EE
7#99B8F2
8#BBD0F7
9#DDE7FB

Tones

Muted variations

1#13326D
2#183468
3#1D3563
4#22375E
5#273859
6#2C3A54
7#313B4F
8#363D4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C4D6
#C4D6F8
Secondary backgroundsInput backgroundsDividers
300
97B7
#97B7F2
BordersInactive statesPlaceholder text
400
6091
#6091EB
Disabled statesSecondary iconsMuted text
500
3371
#3371E6
Primary brand colorCTAsActive elementsLinks
600
1956
#1956C8
Hover statesFocus ringsPrimary buttons hover
700
1444
#14449F
Active/pressed statesDark mode accentsSecondary text
800
0E31
#0E3171
Text on light backgroundsHeadingsStrong borders
900
091F
#091F49
Primary textHigh emphasis contentDark headings
950
0614
#06142D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F6FD;
  --navy-100: #DFE9FB;
  --navy-200: #C4D6F8;
  --navy-300: #97B7F2;
  --navy-400: #6091EB;
  --navy-500: #3371E6;
  --navy-600: #1956C8;
  --navy-700: #14449F;
  --navy-800: #0E3171;
  --navy-900: #091F49;
  --navy-950: #06142D;
}
Generate More ShadesCreate PaletteConvert Color