Navy

#120977

Blue

Color Codes

All color formats for development

HEX
#120977
RGB
rgb(18, 9, 119)
HSL
hsl(245, 86%, 25%)
OKLCH
oklch(0.274 0.167 270.3)
CMYK
cmyk(85%, 92%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.78:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DE
200
#C6C1
300
#9A92
400
#6659
500
#3A2A
600
#2010
700
#190C
800
#1209
900
#0C06
950
#0704

Shades

Darker variations

1#10086B
2#0E075F
3#0D0653
4#0B0547
5#09043B
6#07042F
7#050324
8#040218
9#02010C

Tints

Lighter variations

1#170C9A
2#1D0EBE
3#2211E1
4#3A2AEF
5#5B4DF2
6#7C71F4
7#9D94F7
8#BDB8FA
9#DEDBFC

Tones

Muted variations

1#170E71
2#1B146C
3#201966
4#241F61
5#29245B
6#2D2A56
7#322F50
8#37354B
9#3B3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DE
#E0DEFD
Light backgroundsTable row hoverSkeleton loading
200
C6C1
#C6C1FA
Secondary backgroundsInput backgroundsDividers
300
9A92
#9A92F7
BordersInactive statesPlaceholder text
400
6659
#6659F3
Disabled statesSecondary iconsMuted text
500
3A2A
#3A2AEF
Primary brand colorCTAsActive elementsLinks
600
2010
#2010D1
Hover statesFocus ringsPrimary buttons hover
700
190C
#190CA6
Active/pressed statesDark mode accentsSecondary text
800
1209
#120977
Text on light backgroundsHeadingsStrong borders
900
0C06
#0C064C
Primary textHigh emphasis contentDark headings
950
0704
#07042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F1FE;
  --navy-100: #E0DEFD;
  --navy-200: #C6C1FA;
  --navy-300: #9A92F7;
  --navy-400: #6659F3;
  --navy-500: #3A2AEF;
  --navy-600: #2010D1;
  --navy-700: #190CA6;
  --navy-800: #120977;
  --navy-900: #0C064C;
  --navy-950: #07042F;
}
Generate More ShadesCreate PaletteConvert Color