Navy

#010150

Blue

Color Codes

All color formats for development

HEX
#010150
RGB
rgb(1, 1, 80)
HSL
hsl(240, 98%, 16%)
OKLCH
oklch(0.197 0.133 264.9)
CMYK
cmyk(99%, 99%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

18.73:1

AA AAA

On Black Background

1.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DCDC
200
#BDBD
300
#8B8B
400
#4E4E
500
#1C1C
600
#0202
700
#0202
800
#0101
900
#0101
950
#0101

Shades

Darker variations

1#010149
2#010141
3#010139
4#000030
5#000028
6#000020
7#000018
8#000010
9#000008

Tints

Lighter variations

1#01017B
2#0202A6
3#0202D0
4#0303FA
5#2B2BFD
6#5555FD
7#8080FE
8#AAAAFE
9#D5D5FF

Tones

Muted variations

1#05054D
2#090949
3#0D0D45
4#111141
5#15153D
6#191939
7#1D1D35
8#212131
9#25252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DCDC
#DCDCFF
Light backgroundsTable row hoverSkeleton loading
200
BDBD
#BDBDFE
Secondary backgroundsInput backgroundsDividers
300
8B8B
#8B8BFE
BordersInactive statesPlaceholder text
400
4E4E
#4E4EFD
Disabled statesSecondary iconsMuted text
500
1C1C
#1C1CFD
Primary brand colorCTAsActive elementsLinks
600
0202
#0202DE
Hover statesFocus ringsPrimary buttons hover
700
0202
#0202B1
Active/pressed statesDark mode accentsSecondary text
800
0101
#01017E
Text on light backgroundsHeadingsStrong borders
900
0101
#010151
Primary textHigh emphasis contentDark headings
950
0101
#010132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F0FF;
  --navy-100: #DCDCFF;
  --navy-200: #BDBDFE;
  --navy-300: #8B8BFE;
  --navy-400: #4E4EFD;
  --navy-500: #1C1CFD;
  --navy-600: #0202DE;
  --navy-700: #0202B1;
  --navy-800: #01017E;
  --navy-900: #010151;
  --navy-950: #010132;
}
Generate More ShadesCreate PaletteConvert Color