Navy

#0D3172

Blue

Color Codes

All color formats for development

HEX
#0D3172
RGB
rgb(13, 49, 114)
HSL
hsl(219, 80%, 25%)
OKLCH
oklch(0.332 0.12 261.1)
CMYK
cmyk(89%, 57%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

12.36:1

AA AAA

On Black Background

1.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DFE9
200
#C3D6
300
#95B6
400
#5E90
500
#3071
600
#1655
700
#1244
800
#0D30
900
#081F
950
#0513

Shades

Darker variations

1#0B2C67
2#0A275C
3#092250
4#081D45
5#061839
6#05132E
7#040F22
8#030A17
9#01050B

Tints

Lighter variations

1#113F95
2#144EB8
3#185CDA
4#3071E8
5#5388EC
6#75A0F0
7#98B8F4
8#BAD0F7
9#DDE7FB

Tones

Muted variations

1#12326E
2#173469
3#1C3563
4#21375E
5#263859
6#2B3A54
7#303B4F
8#363D4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C3D6
#C3D6F8
Secondary backgroundsInput backgroundsDividers
300
95B6
#95B6F3
BordersInactive statesPlaceholder text
400
5E90
#5E90ED
Disabled statesSecondary iconsMuted text
500
3071
#3071E8
Primary brand colorCTAsActive elementsLinks
600
1655
#1655CA
Hover statesFocus ringsPrimary buttons hover
700
1244
#1244A1
Active/pressed statesDark mode accentsSecondary text
800
0D30
#0D3073
Text on light backgroundsHeadingsStrong borders
900
081F
#081F49
Primary textHigh emphasis contentDark headings
950
0513
#05132E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F6FD;
  --navy-100: #DFE9FB;
  --navy-200: #C3D6F8;
  --navy-300: #95B6F3;
  --navy-400: #5E90ED;
  --navy-500: #3071E8;
  --navy-600: #1655CA;
  --navy-700: #1244A1;
  --navy-800: #0D3073;
  --navy-900: #081F49;
  --navy-950: #05132E;
}
Generate More ShadesCreate PaletteConvert Color