Navy

#0E1371

Blue

Color Codes

All color formats for development

HEX
#0E1371
RGB
rgb(14, 19, 113)
HSL
hsl(237, 78%, 25%)
OKLCH
oklch(0.275 0.154 268.6)
CMYK
cmyk(88%, 83%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

15.55:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE1
200
#C4C7
300
#979B
400
#6067
500
#333C
600
#1921
700
#141B
800
#0E13
900
#090C
950
#0608

Shades

Darker variations

1#0D1166
2#0B0F5B
3#0A0D4F
4#080B44
5#070939
6#06082D
7#040622
8#030417
9#01020B

Tints

Lighter variations

1#121994
2#161EB6
3#1B24D8
4#333CE6
5#555CEA
6#777DEE
7#999DF2
8#BBBEF7
9#DDDEFB

Tones

Muted variations

1#13176D
2#181C68
3#1D2063
4#22255E
5#272959
6#2C2E54
7#31324F
8#36374A
9#3B3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE1
#DFE1FB
Light backgroundsTable row hoverSkeleton loading
200
C4C7
#C4C7F8
Secondary backgroundsInput backgroundsDividers
300
979B
#979BF2
BordersInactive statesPlaceholder text
400
6067
#6067EB
Disabled statesSecondary iconsMuted text
500
333C
#333CE6
Primary brand colorCTAsActive elementsLinks
600
1921
#1921C8
Hover statesFocus ringsPrimary buttons hover
700
141B
#141B9F
Active/pressed statesDark mode accentsSecondary text
800
0E13
#0E1371
Text on light backgroundsHeadingsStrong borders
900
090C
#090C49
Primary textHigh emphasis contentDark headings
950
0608
#06082D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FD;
  --navy-100: #DFE1FB;
  --navy-200: #C4C7F8;
  --navy-300: #979BF2;
  --navy-400: #6067EB;
  --navy-500: #333CE6;
  --navy-600: #1921C8;
  --navy-700: #141B9F;
  --navy-800: #0E1371;
  --navy-900: #090C49;
  --navy-950: #06082D;
}
Generate More ShadesCreate PaletteConvert Color