Navy

#0D1172

Blue

Color Codes

All color formats for development

HEX
#0D1172
RGB
rgb(13, 17, 114)
HSL
hsl(238, 80%, 25%)
OKLCH
oklch(0.273 0.157 268.3)
CMYK
cmyk(89%, 85%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.67:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE0
200
#C3C5
300
#9599
400
#5E63
500
#3037
600
#161C
700
#1217
800
#0D10
900
#080A
950
#0506

Shades

Darker variations

1#0B0F67
2#0A0D5C
3#090B50
4#080A45
5#060839
6#05062E
7#040522
8#030317
9#01020B

Tints

Lighter variations

1#111595
2#141AB8
3#181FDA
4#3037E8
5#5358EC
6#7579F0
7#989BF4
8#BABCF7
9#DDDEFB

Tones

Muted variations

1#12156E
2#171A69
3#1C1E63
4#21235E
5#262859
6#2B2D54
7#30314F
8#36364A
9#3B3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE0
#DFE0FB
Light backgroundsTable row hoverSkeleton loading
200
C3C5
#C3C5F8
Secondary backgroundsInput backgroundsDividers
300
9599
#9599F3
BordersInactive statesPlaceholder text
400
5E63
#5E63ED
Disabled statesSecondary iconsMuted text
500
3037
#3037E8
Primary brand colorCTAsActive elementsLinks
600
161C
#161CCA
Hover statesFocus ringsPrimary buttons hover
700
1217
#1217A1
Active/pressed statesDark mode accentsSecondary text
800
0D10
#0D1073
Text on light backgroundsHeadingsStrong borders
900
080A
#080A49
Primary textHigh emphasis contentDark headings
950
0506
#05062E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FD;
  --navy-100: #DFE0FB;
  --navy-200: #C3C5F8;
  --navy-300: #9599F3;
  --navy-400: #5E63ED;
  --navy-500: #3037E8;
  --navy-600: #161CCA;
  --navy-700: #1217A1;
  --navy-800: #0D1073;
  --navy-900: #080A49;
  --navy-950: #05062E;
}
Generate More ShadesCreate PaletteConvert Color