Navy

#070052

Blue

Color Codes

All color formats for development

HEX
#070052
RGB
rgb(7, 0, 82)
HSL
hsl(245, 100%, 16%)
OKLCH
oklch(0.203 0.134 269.2)
CMYK
cmyk(91%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

18.57: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
#DEDB
200
#C2BD
300
#938A
400
#5B4D
500
#2D1A
600
#1300
700
#0F00
800
#0B00
900
#0700
950
#0400

Shades

Darker variations

1#060049
2#050041
3#050039
4#040031
5#030029
6#030021
7#020018
8#010010
9#010008

Tints

Lighter variations

1#0A007C
2#0E00A7
3#1200D2
4#1500FD
5#3B29FF
6#6254FF
7#897EFF
8#B0A9FF
9#D8D4FF

Tones

Muted variations

1#0A044E
2#0E0849
3#110C45
4#141041
5#18143D
6#1B1839
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
DEDB
#DEDBFF
Light backgroundsTable row hoverSkeleton loading
200
C2BD
#C2BDFF
Secondary backgroundsInput backgroundsDividers
300
938A
#938AFF
BordersInactive statesPlaceholder text
400
5B4D
#5B4DFF
Disabled statesSecondary iconsMuted text
500
2D1A
#2D1AFF
Primary brand colorCTAsActive elementsLinks
600
1300
#1300E0
Hover statesFocus ringsPrimary buttons hover
700
0F00
#0F00B3
Active/pressed statesDark mode accentsSecondary text
800
0B00
#0B0080
Text on light backgroundsHeadingsStrong borders
900
0700
#070052
Primary textHigh emphasis contentDark headings
950
0400
#040033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DEDBFF;
  --navy-200: #C2BDFF;
  --navy-300: #938AFF;
  --navy-400: #5B4DFF;
  --navy-500: #2D1AFF;
  --navy-600: #1300E0;
  --navy-700: #0F00B3;
  --navy-800: #0B0080;
  --navy-900: #070052;
  --navy-950: #040033;
}
Generate More ShadesCreate PaletteConvert Color