Navy

#080150

Blue

Color Codes

All color formats for development

HEX
#080150
RGB
rgb(8, 1, 80)
HSL
hsl(245, 98%, 16%)
OKLCH
oklch(0.202 0.13 270.1)
CMYK
cmyk(90%, 99%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

18.58:1

AA AAA

On Black Background

1.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C3BD
300
#948B
400
#5D4E
500
#2F1C
600
#1502
700
#1002
800
#0C01
900
#0701
950
#0501

Shades

Darker variations

1#070149
2#060141
3#050139
4#040030
5#040028
6#030020
7#020018
8#010010
9#010008

Tints

Lighter variations

1#0B017B
2#0F02A6
3#1302D0
4#1703FA
5#3C2BFD
6#6355FD
7#8A80FE
8#B1AAFE
9#D8D5FF

Tones

Muted variations

1#0B054D
2#0E0949
3#110D45
4#151141
5#18153D
6#1B1939
7#1F1D35
8#222131
9#25252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFF
Light backgroundsTable row hoverSkeleton loading
200
C3BD
#C3BDFE
Secondary backgroundsInput backgroundsDividers
300
948B
#948BFE
BordersInactive statesPlaceholder text
400
5D4E
#5D4EFD
Disabled statesSecondary iconsMuted text
500
2F1C
#2F1CFD
Primary brand colorCTAsActive elementsLinks
600
1502
#1502DE
Hover statesFocus ringsPrimary buttons hover
700
1002
#1002B1
Active/pressed statesDark mode accentsSecondary text
800
0C01
#0C017E
Text on light backgroundsHeadingsStrong borders
900
0701
#070151
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DFDCFF;
  --navy-200: #C3BDFE;
  --navy-300: #948BFE;
  --navy-400: #5D4EFD;
  --navy-500: #2F1CFD;
  --navy-600: #1502DE;
  --navy-700: #1002B1;
  --navy-800: #0C017E;
  --navy-900: #070151;
  --navy-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color