Navy

#070A4A

Blue

Color Codes

All color formats for development

HEX
#070A4A
RGB
rgb(7, 10, 74)
HSL
hsl(237, 83%, 16%)
OKLCH
oklch(0.207 0.113 269.1)
CMYK
cmyk(91%, 86%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

18.24:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DEE0
200
#C2C5
300
#9499
400
#5C63
500
#2D37
600
#131C
700
#0F17
800
#0B10
900
#070A
950
#0406

Shades

Darker variations

1#060943
2#06083C
3#050734
4#04062D
5#030525
6#03041E
7#020316
8#01020F
9#010107

Tints

Lighter variations

1#0B1072
2#0E1599
3#121BC0
4#1620E7
5#3B44ED
6#6269F0
7#898FF4
8#B1B4F8
9#D8DAFB

Tones

Muted variations

1#0A0D47
2#0E1044
3#111341
4#14173D
5#181A3A
6#1B1D36
7#1F2033
8#222330
9#25262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE0
#DEE0FC
Light backgroundsTable row hoverSkeleton loading
200
C2C5
#C2C5F9
Secondary backgroundsInput backgroundsDividers
300
9499
#9499F5
BordersInactive statesPlaceholder text
400
5C63
#5C63F0
Disabled statesSecondary iconsMuted text
500
2D37
#2D37EB
Primary brand colorCTAsActive elementsLinks
600
131C
#131CCD
Hover statesFocus ringsPrimary buttons hover
700
0F17
#0F17A3
Active/pressed statesDark mode accentsSecondary text
800
0B10
#0B1075
Text on light backgroundsHeadingsStrong borders
900
070A
#070A4B
Primary textHigh emphasis contentDark headings
950
0406
#04062F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FE;
  --navy-100: #DEE0FC;
  --navy-200: #C2C5F9;
  --navy-300: #9499F5;
  --navy-400: #5C63F0;
  --navy-500: #2D37EB;
  --navy-600: #131CCD;
  --navy-700: #0F17A3;
  --navy-800: #0B1075;
  --navy-900: #070A4B;
  --navy-950: #04062F;
}
Generate More ShadesCreate PaletteConvert Color