Navy

#103070

Blue

Color Codes

All color formats for development

HEX
#103070
RGB
rgb(16, 48, 112)
HSL
hsl(220, 75%, 25%)
OKLCH
oklch(0.329 0.117 262.1)
CMYK
cmyk(86%, 57%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

12.51:1

AA AAA

On Black Background

1.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E9
200
#C5D6
300
#98B6
400
#638F
500
#3670
600
#1C54
700
#1643
800
#1030
900
#0A1F
950
#0613

Shades

Darker variations

1#0E2B64
2#0D2659
3#0B214E
4#0A1D43
5#081838
6#06132D
7#050E21
8#030A16
9#02050B

Tints

Lighter variations

1#153E91
2#194CB3
3#1E5BD4
4#3670E2
5#5887E7
6#799FEC
7#9BB7F1
8#BCCFF5
9#DEE7FA

Tones

Muted variations

1#15316B
2#193366
3#1E3561
4#23365C
5#283858
6#2D3953
7#313B4E
8#363D49
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E9
#E0E9FB
Light backgroundsTable row hoverSkeleton loading
200
C5D6
#C5D6F7
Secondary backgroundsInput backgroundsDividers
300
98B6
#98B6F0
BordersInactive statesPlaceholder text
400
638F
#638FE9
Disabled statesSecondary iconsMuted text
500
3670
#3670E2
Primary brand colorCTAsActive elementsLinks
600
1C54
#1C54C4
Hover statesFocus ringsPrimary buttons hover
700
1643
#16439C
Active/pressed statesDark mode accentsSecondary text
800
1030
#103070
Text on light backgroundsHeadingsStrong borders
900
0A1F
#0A1F47
Primary textHigh emphasis contentDark headings
950
0613
#06132D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F5FD;
  --navy-100: #E0E9FB;
  --navy-200: #C5D6F7;
  --navy-300: #98B6F0;
  --navy-400: #638FE9;
  --navy-500: #3670E2;
  --navy-600: #1C54C4;
  --navy-700: #16439C;
  --navy-800: #103070;
  --navy-900: #0A1F47;
  --navy-950: #06132D;
}
Generate More ShadesCreate PaletteConvert Color